ooAgda icon indicating copy to clipboard operation
ooAgda copied to clipboard

Interactive and object-oriented programming in Agda using coinductive types

Objects and Graphical User Interfaces in Agda

This library contains the code as in the paper

Installation

  • see INSTALL.txt

Example code from the ooAgda paper

  • Code from the paper can be loaded using files
    • examples/examplesPaperJFP/loadAllOOAgdaPart1.agda
    • examples/examplesPaperJFP/loadAllOOAgdaPart2.agda
    • examplesPaperJFP/loadAllOOAgdaFilesAsInLibrary.agda

Hello World Example

  • see exampleCode