Cross Reference: Nat.hs
xref
: /
ec
/
ECSpooler
/
backends
/
haskell
/
haskell_libs
/
Nat.hs
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
module Nat where
data Nat = Z | S Nat
deriving (Eq, Show)