1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-19 04:47:56 +03:00
This commit is contained in:
Cheng Shao 2021-01-18 08:23:29 +00:00
parent 18a2ff4fac
commit 9b360fe746

View File

@ -639,7 +639,7 @@ data FFIValueTypeRep
| FFIAddrRep
| FFIFloatRep
| FFIDoubleRep
deriving (Show, Data)
deriving (Data, Enum, Show)
data FFIValueType
= FFIValueType