lean4-htt/src
Daniel Fabian a8914380dc feat: add Ord and deriving instance for it.
For many data structures having an ordering is necessary. This one adds the `Ord` type class and a deriving handler for it. The ordering is based on order of constructors followed by lexicographical ordering within a constructor.
2021-04-03 21:27:26 -07:00
..
bin chore: leanc: do not pass linking flags when not linking 2021-01-30 18:49:09 +01:00
cmake chore: delete more CMake cruft 2020-10-14 19:08:06 +02:00
include/lean feat: add Nat.gcd 2021-03-07 18:47:02 -08:00
Init feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
initialize chore: remove old frontend, equation compiler and tactics from build 2020-10-25 10:20:30 -07:00
kernel chore: make explicit user and internal panics 2021-03-04 07:37:33 -08:00
Lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Leanpkg refactor: remove Monad Option and Alternative Option 2021-03-20 18:25:25 -07:00
library feat: black list other auxiliary constructions 2021-04-02 16:21:54 -07:00
runtime fix: don't leak thread-local stream objects 2021-04-03 10:00:17 +02:00
shared
shell test: add Lean 3-style interactive server tests 2021-04-03 00:23:46 +02:00
Std feat: missing forM 2021-04-03 18:24:31 -07:00
tests/util
util chore: remove --json option 2021-01-12 09:51:14 -08:00
CMakeLists.txt fix: missing cmake dependency 2021-04-01 18:22:53 +02:00
config.h.in feat: version information API 2020-12-29 14:42:48 -08:00
githash.h.in
Init.lean fix: Not should not be reducible, special support for Ne 2021-02-15 17:36:11 -08:00
Lean.lean feat: environment extension for storing declaration ranges 2021-01-10 18:25:56 -08:00
lean.mk.in feat: basic port of leanpkg 2020-12-29 14:42:48 -08:00
Leanpkg.lean feat: generalize leanpkg build 2021-01-25 17:07:08 -08:00
Std.lean chore: move nondet to Std/Control/Nondet.lean 2021-03-02 07:57:25 -08:00
stdlib.make.in chore: reset prefer_native 2021-03-22 16:33:37 +01:00
version.h.in feat: version information API 2020-12-29 14:42:48 -08:00