diff options
Diffstat (limited to 'src/ast.rs')
-rw-r--r-- | src/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ pub type Value = u64; pub enum Type { Empty, Unit, - Bool, + Boolean, Natural, Integer, // Float, |