Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
n
with a concrete value (e.g.S (S O)
), butn
is not being matched, so still no reduction is available. So, e.g.,strange 0
andstrange 1
are obviously not alpha-convertible. (Try using "Compute strange 0" to see.)u
withtt
does enable match-reduction, yielding(fun _ => tt) n
, followed by beta-reduction, to give justtt
.