[Agda] Converting a pattern match to an equality
Will Sonnex
will at sonnex.name
Fri Feb 25 17:02:57 CET 2011
Is there a way to get the current branch of a pattern match in the
form of an equality?
For example:
f with t
... | k = let h : t ≡ k
h = ?
Cheers,
Will
More information about the Agda
mailing list