lean4-htt/src/Init/Data/Option
Leonardo de Moura 870de844dc chore: annotate relevant monadic code with [alwaysInline]
TODO: after we delete old code generator, we should replace
`@[alwaysInline, inline]` with `@[alwaysInline]`.

Remainder: we want the old code generator to ignore `@[alwaysInline]`
annotations, in particular, the new ones on `instance` commands that
are actually annotations for the instance methods.
2022-10-12 19:48:02 -07:00
..
Basic.lean chore: annotate relevant monadic code with [alwaysInline] 2022-10-12 19:48:02 -07:00
BasicAux.lean chore: fix codebase and tests 2021-06-29 17:14:52 -07:00
Instances.lean refactor: unname some unused variables 2022-06-07 16:37:45 -07:00