Skip to content

Commit

Permalink
refine error
Browse files Browse the repository at this point in the history
  • Loading branch information
B04902047 committed Aug 23, 2024
1 parent 47626e1 commit dad30b1
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 1,929 deletions.
9 changes: 5 additions & 4 deletions examples/factor.gcl
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
con N : Int { 0 < N }
var p, x, y, n : Int
var mod : Int -> Int -> Int
var a : Bool

{: P = x * y + p = N
Q = x > 0 ∧ y > 0 ∧ 1 > 0
:}




p := p + 1
p := 3
a := True
[! a

!]



Expand Down
Loading

0 comments on commit dad30b1

Please sign in to comment.