mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
74c84815a0
* Added type normalization
17 lines
397 B
Agda
17 lines
397 B
Agda
{-# OPTIONS --rewriting #-}
|
|
|
|
module Properties where
|
|
|
|
import Properties.Contradiction
|
|
import Properties.Dec
|
|
import Properties.DecSubtyping
|
|
import Properties.Equality
|
|
import Properties.Functions
|
|
import Properties.FunctionTypes
|
|
import Properties.Remember
|
|
import Properties.Step
|
|
import Properties.StrictMode
|
|
import Properties.Subtyping
|
|
import Properties.TypeCheck
|
|
import Properties.TypeNormalization
|