Skip to content

Commit

Permalink
owiejf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil committed Nov 7, 2023
1 parent f3e0b57 commit c94d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/rules/Evaluator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object evaluator extends EvaluationRules {
(s1, t1, v1)
}

def eval3(s: State, e: ast.Exp, pve: PartialVerificationError, v: Verifier) : (State, Term, Verifier) = {
def eval3(s: State, e: ast.Exp, pve: PartialVerificationError, v: Verifier) : Either[(State, Term, Verifier), VerificationResult] = {


/* For debugging only */
Expand Down

0 comments on commit c94d1c7

Please sign in to comment.