Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-08-04 16:33 f4b2790d

View on Github →

feat(data/list/defs): add monadic versions of list.{find,any,all,bor,band} (#3679) Also universe-generalise mfind while I'm at it.

Estimated changes

added def list.mall
added def list.many
added def list.mband
added def list.mbfind'
added def list.mbfind
added def list.mbor
modified def list.mfind