mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-16 06:45:44 +08:00
8 lines
156 B
Agda
8 lines
156 B
Agda
module Properties where
|
|
|
|
import Properties.Contradiction
|
|
import Properties.Dec
|
|
import Properties.Equality
|
|
import Properties.Step
|
|
import Properties.Remember
|