luau/prototyping/Examples.agda
2022-02-09 18:31:55 -06:00

7 lines
137 B
Agda

{-# OPTIONS --rewriting #-}
module Examples where
import Examples.Syntax
import Examples.OpSem
import Examples.Run
import Examples.Type