free-compiler-0.3.0.0: A Haskell to Coq compiler.

Safe HaskellNone
LanguageHaskell2010

FreeC.Backend.Agda.Converter.Module

Description

This module contains functions for converting Haskell modules to Agda.

Synopsis

Documentation

convertModule :: Module -> Converter Declaration Source #

Converts an IR module to an Agda declaration.

convertModName :: ModName -> QName Source #

Converts an IR module name to an Agda module name.

convertImportDecls :: [ImportDecl] -> Converter [Declaration] Source #

Converts the given import declarations to Agda.

convertImportDecl :: ImportDecl -> Converter Declaration Source #

Convert an import declaration.