Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Init/Prelude.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3704,6 +3704,8 @@ class Pure (f : Type u → Type v) where

export Pure (pure)

attribute [match_pattern] Pure.pure

/--
A functor in the sense used in functional programming, which means a function `f : Type u → Type v`
has a way of mapping a function over its contents. This `map` operator is written `<$>`, and
Expand Down
2 changes: 2 additions & 0 deletions tests/elab/Reparen.lean.out.expected
Original file line number Diff line number Diff line change
Expand Up @@ -3650,6 +3650,8 @@ class Pure (f : Type u → Type v) where

export Pure (pure)

attribute [match_pattern] Pure.pure

/--
A functor in the sense used in functional programming, which means a function `f : Type u → Type v`
has a way of mapping a function over its contents. This `map` operator is written `<$>`, and
Expand Down
Loading