Skip to content

Commit 9b11770

Browse files
Update pyk/src/pyk/k2lean4/Prelude.lean
Co-authored-by: Juan C. <38925412+JuanCoRo@users.noreply.github.com>
1 parent 7795179 commit 9b11770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyk/src/pyk/k2lean4/Prelude.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ abbrev SetHook (E : Type) : Type := List E
1212
class Inj (From To : Type) : Type where
1313
inj (x : From) : To
1414

15-
def inj {From : Type} {To : Type} [inst : Inj From To] := inst.inj
15+
def inj {From To : Type} [inst : Inj From To] := inst.inj

0 commit comments

Comments
 (0)