Module ToAgda

Author
Michael Hanus
Version
April 2021

A transformation of Curry programs into Agda programs.

Exported Functions:

Exported Functions


theoremToAgda :: Options -> (String, String) -> [CFuncDecl] -> [CTypeDecl] -> IO ()  Deterministic 

Generate an Agda program file for a given theorem name and the list of all functions involved in this theorem.