idris-1.3.2: Functional Programming Language with Dependent Types
Idris.Elab.AsPat
Description
desugarAs :: PTerm -> PTerm -> [PDecl] -> (PTerm, PTerm, [PDecl]) Source #
Desugar by changing x@y on lhs to let x = y in ... or rhs