Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains functions for generating Agda function, constructor and type arguments from our intermediate representation.
Synopsis
- convertTypeVarDecl :: TypeVarDecl -> Converter Name
- convertArg :: VarPat -> Converter QName
Documentation
convertTypeVarDecl :: TypeVarDecl -> Converter Name Source #
Utility function for introducing a new Agda type variable to the current scope.