Checker
data TypeValue Source #
Defined in Checker
Methods
showsPrec :: Int -> TypeValue -> ShowS #
show :: TypeValue -> String #
showList :: [TypeValue] -> ShowS #
(==) :: TypeValue -> TypeValue -> Bool #
(/=) :: TypeValue -> TypeValue -> Bool #
checker :: SExpr -> Either String TypeValue Source #