mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 05:20:38 +00:00
7 lines
156 B
Agda
7 lines
156 B
Agda
module Properties where
|
|
|
|
import Properties.Contradiction
|
|
import Properties.Dec
|
|
import Properties.Equality
|
|
import Properties.Step
|
|
import Properties.Remember
|