标签: haskell types numbers
我需要创建一个数据类型,该数据类型仅表示0到1之间的实数。我将如何处理?预期行为:
0 :: DataType ===> DataType 0 (-1) :: DataType ===> Error