mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
16 lines
365 B
Agda
16 lines
365 B
Agda
{-# OPTIONS --rewriting #-}
|
|
|
|
module Properties where
|
|
|
|
import Properties.Contradiction
|
|
import Properties.Dec
|
|
import Properties.DecSubtyping
|
|
import Properties.Equality
|
|
import Properties.Functions
|
|
import Properties.Remember
|
|
import Properties.Step
|
|
import Properties.StrictMode
|
|
import Properties.Subtyping
|
|
import Properties.TypeCheck
|
|
import Properties.TypeNormalization
|