diff options
author | Nadrieril | 2019-04-06 22:37:39 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-06 22:41:11 +0200 |
commit | f93aee4dcf71c85b826244b3b57949ffbdb820c4 (patch) | |
tree | 8f680d201a4c30963bc2edfc1205404128230505 /dhall_core/src | |
parent | c4438eb3d52b1a69c9022b12e8de135b8c9991c9 (diff) |
Add Sort type universe
Diffstat (limited to 'dhall_core/src')
-rw-r--r-- | dhall_core/src/core.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_core/src/core.rs b/dhall_core/src/core.rs index d832cd5..89506ec 100644 --- a/dhall_core/src/core.rs +++ b/dhall_core/src/core.rs @@ -68,6 +68,7 @@ impl From<NaiveDouble> for f64 { pub enum Const { Type, Kind, + Sort, } /// Bound variable |