Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coinduction

Termination check of a recursive function call in agda

How to create the `enumFromTo` function on Morte?

Ltac call to "cofix" failed. Error: All methods must construct elements in coinductive types

Compute an (infinite) tree from fixpoint operator using delay modality

Termination checker fails after abstracting the call site

agda coinduction

CoNat : proving that 0 is neutral to the left

Is equality decidable on any coinductive type?

coq decidable coinduction

Proof of stream's functor laws

Is an infinite list of ones sane?

Trouble to understand Agda's Coinduction

agda coinduction

How to define constant heterogeneous streams in Haskell?

How do I convert an inductive type into a coinductive type efficiently (without recursion)?

Are codatatypes really terminal algebras?

Are Lists Inductive or Coinductive in Haskell?