You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A kind of inductive type called a reflexive type includes at least one constructor that takes as an argument a function returning the same type we are defining.
Not a pressing request, but at some point this ought to be discussed in the section on inductive types, and then probably also get a mention and example in the section on structural recursion.
The text was updated successfully, but these errors were encountered:
While extending the section on structural recursion I was about to make a reference to reflective inductive types.
Adam Chilapa defines them in http://adam.chlipala.net/cpdt/html/InductiveTypes.html as:
Not a pressing request, but at some point this ought to be discussed in the section on inductive types, and then probably also get a mention and example in the section on structural recursion.
The text was updated successfully, but these errors were encountered: