summaryrefslogtreecommitdiff
path: root/progs/lib/hbc/Option.hs
blob: a4b24238743a4891e10c1a0c0026f23987d3f63f (about) (plain)
1
2
3
module Option(Option(..), thenO) where
import Maybe renaming (Maybe to Option, Nothing to None, Just to Some, thenM to thenO)