[Agda] Big brackets: parse error

Vag Vagoff vag.vagoff at gmail.com
Thu Dec 3 10:20:37 CET 2009


How to make use of big brackets and parentheses? Parser complains at [_]: {A : >>> here <<< Set} → A → A

  -- [ ] --
[_]: {A : Set} → A → A
[a] = a

-- ( ) --
(_): {A : Set} → A → A
( a )= a


More information about the Agda mailing list