summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3982e9d..002dcd9 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ This is still quite unstable so use at your own risk. Documentation is severely
## Standard-compliance
- Parsing: 100%
-- Imports: 0%
-- Normalization: 74%
-- Typechecking: 66%
+- Imports: 10%
+- Normalization: 81%
+- Typechecking: 83%
You can see what's missing from the commented out tests in `dhall/src/normalize.rs` and `dhall/src/typecheck.rs`.