Skip to content

Commit

Permalink
Test variable contexts for declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerchorinnsbruck committed Apr 24, 2024
1 parent 87faf8a commit 3c84054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dedukti-parse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ impl Scoped<String> {
fn positive() -> Result<(), Error> {
Command::parse_str("prop : Type.")?;
Command::parse_str("imp: prop -> prop -> prop.")?;
Command::parse_str("imp (l: prop) (r: prop): prop.")?;
Command::parse_str("def prf: prop -> Type.")?;
Command::parse_str("def f (x: A) : A.")?;
Command::parse_str("def f (x: A) := t.")?;
Expand Down

0 comments on commit 3c84054

Please sign in to comment.