mirror of
https://github.com/luau-lang/luau.git
synced 2025-03-03 18:51:42 +00:00
7 lines
137 B
Agda
7 lines
137 B
Agda
{-# OPTIONS --rewriting #-}
|
|
module Examples where
|
|
|
|
import Examples.Syntax
|
|
import Examples.OpSem
|
|
import Examples.Run
|
|
import Examples.Type
|