import public Control.Monad.Stateimport public Control.Applicative.Constimport public Control.Arrowimport public Control.Category.Coreimport public Language.Reflectionimport public Data.Wrap0
arrowImpl : TTImp -> Elab TTImp
arrowDo : Arrow arr => TTImp -> Elab (arr (W0 a) (W0 b))
Enter arrow notation. This elaboration script must be specifically invoked with `%runElab`. The category is inferred from the return type.