summaryrefslogtreecommitdiff
path: root/progs/lib/hbc/Option.hs
diff options
context:
space:
mode:
Diffstat (limited to 'progs/lib/hbc/Option.hs')
-rw-r--r--progs/lib/hbc/Option.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/lib/hbc/Option.hs b/progs/lib/hbc/Option.hs
new file mode 100644
index 0000000..a4b2423
--- /dev/null
+++ b/progs/lib/hbc/Option.hs
@@ -0,0 +1,3 @@
+module Option(Option(..), thenO) where
+import Maybe renaming (Maybe to Option, Nothing to None, Just to Some, thenM to thenO)
+