Skip to content

Commit

Permalink
extend TypeError toJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
B04902047 committed Aug 23, 2024
1 parent e493502 commit 47626e1
Show file tree
Hide file tree
Showing 3 changed files with 1,842 additions and 2 deletions.
14 changes: 14 additions & 0 deletions examples/factor.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,23 @@ var mod : Int -> Int -> Int
{: P = x * y + p = N
Q = x > 0 ∧ y > 0 ∧ 1 > 0
:}




p := p + 1
p := 3



x := 3
x := 3
x := 3





p := 3
p := 5
p,x,y := N-1, 1, 1
Expand Down
Loading

0 comments on commit 47626e1

Please sign in to comment.