Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data ExpressionValue Source #
OpaqueMulti String | |
WrappedSingle String | |
UnwrappedSingle String | |
BoxedPrimitive PrimitiveType String | |
UnboxedPrimitive PrimitiveType String | |
LazySingle ExpressionValue |
Instances
Show ExpressionValue Source # | |
Defined in Types.Builtin showsPrec :: Int -> ExpressionValue -> ShowS # show :: ExpressionValue -> String # showList :: [ExpressionValue] -> ShowS # |
data PrimitiveType Source #
Instances
Eq PrimitiveType Source # | |
Defined in Types.Builtin (==) :: PrimitiveType -> PrimitiveType -> Bool # (/=) :: PrimitiveType -> PrimitiveType -> Bool # | |
Show PrimitiveType Source # | |
Defined in Types.Builtin showsPrec :: Int -> PrimitiveType -> ShowS # show :: PrimitiveType -> String # showList :: [PrimitiveType] -> ShowS # |
isOpaqueMulti :: ExpressionValue -> Bool Source #