you can now parse <K extends Comparable<K>>
This commit is contained in:
parent
49e06c175f
commit
e82ec1ce09
4 changed files with 97 additions and 16 deletions
|
@ -1,6 +1,5 @@
|
|||
module PrimitiveTypes (
|
||||
module PrimitiveTypes
|
||||
, PrimitiveType
|
||||
PrimitiveType(..)
|
||||
) where
|
||||
|
||||
data PrimitiveType = PrimitiveBoolean | PrimitiveByte | PrimitiveShort | PrimitiveInt | PrimitiveLong | PrimitiveChar | PrimitiveFloat | PrimitiveDouble
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue