C-c C-l to type checkC-c C-x C-c to compile./Lambda example.lam. This should print a desugared lambda term and the
result of running it through the SECD machine.doc/AgdaCheatSheet.agda contains a number of small examples showing some of the features of Agda.doc/EmacsCheatSheet.html lists the most commonly used Emacs mode commands.M-. or middle mouse to jump to the definitions of library functions.exercises/Lists.agdaexercises/Grep.agdaexercises/Term.agdaexercises/Term/Eval.agdaexercises/TypeCheck.agdaexercises/SECD/Unchecked.agda to exercises/SECD/StackSafe.agda and add types to ensure stack safety.exercises/SECD/TypeSafe.agda and add type safety (running well-typed terms).exercises/SECD/Compiled.agda to compile well-typed terms and adapt your type safe SECD machine to run the compiled terms.eval t for an input term t.Agda
100.0%
C-c C-l to type checkC-c C-x C-c to compile./Lambda example.lam. This should print a desugared lambda term and the
result of running it through the SECD machine.doc/AgdaCheatSheet.agda contains a number of small examples showing some of the features of Agda.doc/EmacsCheatSheet.html lists the most commonly used Emacs mode commands.M-. or middle mouse to jump to the definitions of library functions.exercises/Lists.agdaexercises/Grep.agdaexercises/Term.agdaexercises/Term/Eval.agdaexercises/TypeCheck.agdaexercises/SECD/Unchecked.agda to exercises/SECD/StackSafe.agda and add types to ensure stack safety.exercises/SECD/TypeSafe.agda and add type safety (running well-typed terms).exercises/SECD/Compiled.agda to compile well-typed terms and adapt your type safe SECD machine to run the compiled terms.eval t for an input term t.Agda
100.0%