aboutsummaryrefslogtreecommitdiff
path: root/src/Util.bs
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-23 21:46:34 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-23 21:46:34 -0500
commitfc1959bd9887ecc4d4ceb62a53e87abc6f49ef00 (patch)
tree801fad484692ca226eb2dfdf792338cabe218c72 /src/Util.bs
parent777da6874bdbda1c83108024eb37dc901e04838e (diff)
Adds README, moves fpga stuff to a subdirectory.
Diffstat (limited to 'src/Util.bs')
-rw-r--r--src/Util.bs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Util.bs b/src/Util.bs
deleted file mode 100644
index ab3074c..0000000
--- a/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 :