mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 13:30:40 +00:00
15 lines
365 B
Agda
15 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
|