2022-03-02 22:02:51 +00:00
|
|
|
{-# OPTIONS --rewriting #-}
|
|
|
|
|
2022-02-09 23:14:29 +00:00
|
|
|
module Properties where
|
|
|
|
|
2022-02-18 22:47:04 +00:00
|
|
|
import Properties.Contradiction
|
2022-02-09 23:14:29 +00:00
|
|
|
import Properties.Dec
|
2022-04-28 21:00:55 +01:00
|
|
|
import Properties.DecSubtyping
|
2022-02-18 22:47:04 +00:00
|
|
|
import Properties.Equality
|
2022-03-23 20:02:57 +00:00
|
|
|
import Properties.Functions
|
2022-02-11 20:38:35 +00:00
|
|
|
import Properties.Remember
|
2022-03-02 22:02:51 +00:00
|
|
|
import Properties.Step
|
|
|
|
import Properties.StrictMode
|
2022-03-23 20:02:57 +00:00
|
|
|
import Properties.Subtyping
|
2022-03-02 22:02:51 +00:00
|
|
|
import Properties.TypeCheck
|
2022-04-28 21:00:55 +01:00
|
|
|
import Properties.TypeNormalization
|