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

Safe HaskellNone
LanguageHaskell2010

FreeC.Backend.Agda.Converter.FuncDecl

Description

This module contains functions for generating Agda function declarations from our intermediate representation.

Synopsis

Documentation

convertFuncDecls :: DependencyComponent FuncDecl -> Converter [Declaration] Source #

Converts a strongly connected component of the function dependency graph. TODO: Handle mutually recursive functions.