DeepSpec / InteractionTrees

A Library for Representing Recursive and Impure Programs in Coq
MIT License
198 stars 50 forks source link

Improve mrec-fix notation #173

Open Lysxia opened 4 years ago

Lysxia commented 4 years ago

mrec-fix is currently defined with a let (issue #170, PR #171), which, sadly, gets simplified away with cbn/simpl.

One solution may be to make the D : Type -> Type argument explicit.