相关疑难解决方法(0)

Haskell实例展示

嗨,我有一个具有此数据类型的haskell模块

data Blabla = Blabla [Integer]
[Char]
[(Integer,Char,Char,Integer,String)] Integer
Run Code Online (Sandbox Code Playgroud)

我希望使用实例show来显示它们

integers=[1,2,3]
chars=[a,b,c]
specialList=[(1,a,b,2,cd),(3,b,c,4,gh)]
interger=44
Run Code Online (Sandbox Code Playgroud)

thanx帮助......

haskell module instance show

0
推荐指数
1
解决办法
5457
查看次数

标签 统计

haskell ×1

instance ×1

module ×1

show ×1