babynf-0.1.0.2: lib/Data/BAByNF/Core/Ref.hs
module Data.BAByNF.Core.Ref
( Ref (..)
) where
class Ref a where
eq :: a -> a -> Bool
display :: a -> String
module Data.BAByNF.Core.Ref
( Ref (..)
) where
class Ref a where
eq :: a -> a -> Bool
display :: a -> String