Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryleak47 committed Jan 6, 2025
1 parent 36102f1 commit 5b3f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lean/Egg/Core/Request/Synth.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def parse (s: String) : MetaM Expr := do

| .error _ => throwError "meh"

@[export is_synthable]
@[export lean_is_synthable]
def isSynthable (ty : String) : MetaM Bool := do
let ty_expr ← parse ty
let opt ← Meta.synthInstance? ty_expr
Expand Down

0 comments on commit 5b3f6d9

Please sign in to comment.