summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/span.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_syntax/src/core/span.rs')
-rw-r--r--dhall_syntax/src/core/span.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dhall_syntax/src/core/span.rs b/dhall_syntax/src/core/span.rs
index fc8de6e..fa89c30 100644
--- a/dhall_syntax/src/core/span.rs
+++ b/dhall_syntax/src/core/span.rs
@@ -22,6 +22,9 @@ pub enum Span {
Decoded,
/// For expressions constructed during normalization/typecheck
Artificial,
+ /// For when there should be a span but it's not done yet
+ /// TODO: properly handle spans
+ PlaceHolder,
}
impl Span {