How do I write a CV-Coalgebra in Idris2?

前端 未结 0 1201
走了就别回头了
走了就别回头了 2020-12-19 02:13

In Haskell, I can write

data CoAttr f a
  = Automatic a
  | Manual (f (CoAttr f a))

but Idris doesn\'t seem to allow such fix-point types wit

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