Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
s/run/eval/
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed May 10, 2015
1 parent 8164b99 commit c64aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Definition raise {E : Effect.t} {Exc A : Type} (exc : Exc)
let! absurd := call (effect E Exc) (Command.Exc exc) in
match absurd with end.

Definition run {E : Effect.t} {Exc A : Type} (x : C.t (effect E Exc) A)
Definition eval {E : Effect.t} {Exc A : Type} (x : C.t (effect E Exc) A)
: C.t E (A + list Exc) :=
Evaluate.exception (fun (c : Effect.command (effect E Exc)) =>
match c with
Expand Down

0 comments on commit c64aa24

Please sign in to comment.