mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
c5477d522d
* First cut of strict mode Co-authored-by: Lily Brown <lily@lily.fyi>
9 lines
128 B
Agda
9 lines
128 B
Agda
{-# OPTIONS --rewriting #-}
|
|
|
|
module Everything where
|
|
|
|
import Examples
|
|
import Properties
|
|
import PrettyPrinter
|
|
import Interpreter
|