Converting Haskell to Template Haskell: couldn't match expected type ExpQ

后端 未结 0 1707
旧巷少年郎
旧巷少年郎 2020-11-27 05:19

I had the following Haskell code (just a fragment of all code, but works):

data ByteCode t where
    INT :: Int -> ByteCode Int
    BOOL:: Bool -> ByteC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题