lmonad-0.1.0.0: src/LMonad/Label.hs
module LMonad.Label where
import Prelude
class Label l where
-- Join
lub :: l -> l -> l
-- Meet
glb :: l -> l -> l
canFlowTo :: l -> l -> Bool
bottom :: l
module LMonad.Label where
import Prelude
class Label l where
-- Join
lub :: l -> l -> l
-- Meet
glb :: l -> l -> l
canFlowTo :: l -> l -> Bool
bottom :: l