shithub: MicroHs

ref: 4bdb0c1286e7999f0dda6df5160337c02bc089b3
dir: /lib/Data/Ordering_Type.hs/

View raw version
module Data.Ordering_Type(Ordering(..)) where
import Prelude()              -- do not import Prelude
data Ordering = LT | EQ | GT