idris-0.12.2: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

Idris.Elab.AsPat

Description

 

Synopsis

Documentation

desugarAs :: PTerm -> PTerm -> (PTerm, PTerm) Source #

Desugar by changing x@y on lhs to let x = y in ... or rhs