Class Type Parameter Parsing, wtf
This commit is contained in:
commit
49e06c175f
20 changed files with 1158 additions and 0 deletions
7
src/PrimitiveTypes.hs
Normal file
7
src/PrimitiveTypes.hs
Normal file
|
@ -0,0 +1,7 @@
|
|||
module PrimitiveTypes (
|
||||
module PrimitiveTypes
|
||||
, PrimitiveType
|
||||
) where
|
||||
|
||||
data PrimitiveType = PrimitiveBoolean | PrimitiveByte | PrimitiveShort | PrimitiveInt | PrimitiveLong | PrimitiveChar | PrimitiveFloat | PrimitiveDouble
|
||||
deriving Show
|
Loading…
Add table
Add a link
Reference in a new issue