lean4-htt/src/Lean/Util
Leonardo de Moura d6f778bec4 refactor: arbitrary without explicit arguments
@Kha I was tired of writing `arbitrary _` :)
There 0 places in the stdlib where the type needs to be provided.
If in the future we need to specify the type we can use
`arbitrary (α := <type>)`
2020-11-25 09:07:38 -08:00
..
CollectFVars.lean chore: cleanup 2020-10-29 09:35:12 -07:00
CollectLevelParams.lean chore: cleanup 2020-10-29 09:35:12 -07:00
CollectMVars.lean chore: cleanup 2020-10-29 09:35:12 -07:00
Constructions.lean refactor: move Ref to Prelude and rename it to MonadRef 2020-11-13 16:00:31 -08:00
FindExpr.lean feat: use <| 2020-11-19 09:03:38 -08:00
FindMVar.lean chore: cleanup 2020-10-29 09:35:12 -07:00
FoldConsts.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
ForEachExpr.lean chore: cleanup 2020-10-29 09:35:12 -07:00
MonadCache.lean refactor: remove MonadIO 2020-11-18 18:47:22 -08:00
Path.lean chore: naming convention 2020-11-11 10:08:55 -08:00
PPExt.lean refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00
PPGoal.lean feat: use |>. 2020-11-19 08:38:47 -08:00
Profile.lean fix: reimplement import profiler 2020-10-27 18:53:22 +01:00
RecDepth.lean chore: cleanup 2020-10-29 09:35:12 -07:00
Recognizers.lean feat: use |>. 2020-11-19 08:38:47 -08:00
ReplaceExpr.lean refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00
ReplaceLevel.lean refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00
SCC.lean chore: cleanup 2020-10-29 09:35:12 -07:00
Sorry.lean chore: cleanup 2020-10-29 09:35:12 -07:00
Trace.lean refactor: arbitrary without explicit arguments 2020-11-25 09:07:38 -08:00