summaryrefslogtreecommitdiff
path: root/dhall_core
diff options
context:
space:
mode:
authorNadrieril2019-04-06 22:37:39 +0200
committerNadrieril2019-04-06 22:41:11 +0200
commitf93aee4dcf71c85b826244b3b57949ffbdb820c4 (patch)
tree8f680d201a4c30963bc2edfc1205404128230505 /dhall_core
parentc4438eb3d52b1a69c9022b12e8de135b8c9991c9 (diff)
Add Sort type universe
Diffstat (limited to 'dhall_core')
-rw-r--r--dhall_core/src/core.rs1
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