agda2scheme icon indicating copy to clipboard operation
agda2scheme copied to clipboard

Add support for main function

Open jespercockx opened this issue 2 years ago • 0 comments

Currently Agda2Scheme compiles Agda definitions to Scheme definitions, but there is no way yet to indicate a main function.

One question here is whether we want something like the IO monad in Haskell to mediate basic input/output effects, or if we just use a more direct style of doing IO.

jespercockx avatar May 12 '22 07:05 jespercockx