Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 817 Bytes

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