aboutsummaryrefslogtreecommitdiff
path: root/fpga/src/Util.bs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/src/Util.bs')
-rw-r--r--fpga/src/Util.bs7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpga/src/Util.bs b/fpga/src/Util.bs
deleted file mode 100644
index ab3074c..0000000
--- a/fpga/src/Util.bs
+++ /dev/null
@@ -1,7 +0,0 @@
-package Util where
-
-when_ :: (Monad m) => Bool -> m () -> m ()
-when_ True x = x
-when_ False _ = return ()
-
--- vim: set ft=haskell :