Skip to content

Commit

Permalink
adapt to Lean changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johoelzl committed Aug 23, 2017
1 parent 3d81768 commit d708489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/set_theory.lean
Expand Up @@ -181,7 +181,7 @@ namespace pSet

def eval (n) : resp n → arity Set.{u} n := eval_aux.1

@[simp] def eval_val {n f x} : (@eval (n+1) f : Set → arity Set n) ⟦x⟧ = eval n (f.f x) := rfl
@[simp] def eval_val {n f x} : (@eval (n+1) f : Set → arity Set n) ⟦x⟧ = eval n (resp.f f x) := rfl
end resp

inductive definable (n) : arity Set.{u} n → Type (u+1)
Expand Down

0 comments on commit d708489

Please sign in to comment.