mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 02:40:53 +01:00
13 lines
298 B
Agda
13 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
|