luau/prototyping/Examples.agda

8 lines
137 B
Agda
Raw Normal View History

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