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

Commit c64aa24

Browse files
committed
s/run/eval/
1 parent 8164b99 commit c64aa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Definition raise {E : Effect.t} {Exc A : Type} (exc : Exc)
3333
let! absurd := call (effect E Exc) (Command.Exc exc) in
3434
match absurd with end.
3535

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

0 commit comments

Comments
 (0)