Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Mar 8, 2024
1 parent a407009 commit ee6e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language GradedBase

data Bool = True | False

and : Bool %0..∞ -> Bool %0..∞ -> Bool
and : Bool %1 -> Bool %1 -> Bool
spec
and True True = True;
and False True = False;
Expand Down
2 changes: 1 addition & 1 deletion frontend/tests/cases/synthesis/security.gr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dontLeak : forall {a b : Type} . (a [Public], a [Private]) -> ((a, ()) [Public] -> b) -> b
dontLeak = ?
dontLeak = ?

0 comments on commit ee6e11c

Please sign in to comment.