mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-16 06:45:44 +08:00
7721955ba5
Adds subtyping to strict mode.
14 lines
298 B
Agda
14 lines
298 B
Agda
{-# OPTIONS --rewriting #-}
|
|
|
|
module Properties where
|
|
|
|
import Properties.Contradiction
|
|
import Properties.Dec
|
|
import Properties.Equality
|
|
import Properties.Functions
|
|
import Properties.Remember
|
|
import Properties.Step
|
|
import Properties.StrictMode
|
|
import Properties.Subtyping
|
|
import Properties.TypeCheck
|