| .. |
|
.gitignore
|
test(tests/playground): rbmap example
|
2019-02-19 19:01:51 -08:00 |
|
arith_eval.ml
|
test(tests/playground): add new example in Lean and OCaml
|
2019-02-14 15:50:07 -08:00 |
|
arith_eval_nat.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
arith_eval_uint32.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
bad_bench
|
test(tests/playground/Makefile): bench fallback, all Lean tests
|
2019-03-05 15:44:03 +01:00 |
|
binarytrees.ghc-6.hs
|
test(tests/playground): binarytrees benchmarks game benchmark in Lean, OCaml & Haskell
|
2019-02-25 23:46:10 +01:00 |
|
binarytrees.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
binarytrees.ocaml-2.ml
|
test(tests/playground): binarytrees benchmarks game benchmark in Lean, OCaml & Haskell
|
2019-02-25 23:46:10 +01:00 |
|
compile.sh
|
chore(tests): compile tests using -O3 again
|
2019-03-18 17:55:28 +01:00 |
|
deriv.hs
|
test(tests/playground/deriv): Haskell version
|
2019-02-28 14:57:57 +01:00 |
|
deriv.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
deriv.ml
|
tests(tests/playground/deriv): deriv in OCaml
|
2019-02-27 11:15:52 -08:00 |
|
expr_const_folding.hs
|
test(tests/playground/expr_const_folding): Haskell version
|
2019-02-18 14:59:33 +01:00 |
|
expr_const_folding.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
expr_const_folding.ml
|
tests(tests/playground/expr_const_folding): another example for the paper
|
2019-02-15 12:07:52 -08:00 |
|
expr_const_folding.swift
|
test(tests/playground/expr_const_folding): add Swift translation
|
2019-02-19 11:24:10 +01:00 |
|
fix.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
fix_1.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
fix_with_tuples.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
flat_parser.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
gen.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
leanpkg.path
|
chore(tests/playground): add helper files
|
2019-02-15 18:13:37 -08:00 |
|
Makefile
|
test(tests/playground/Makefile): re-add original ocamlopt parameters
|
2019-03-05 15:44:42 +01:00 |
|
perf.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
rbmap.cpp
|
chore(tests/playground/rbmap): use +1 instead of +k to avoid big number arithmetic when we increase number of elements inserted
|
2019-02-24 08:49:38 -08:00 |
|
rbmap.hs
|
test(tests/playground): rbmap.hs, Makefile
|
2019-02-26 20:26:55 +01:00 |
|
rbmap.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
rbmap.library.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
rbmap.ml
|
test(tests/playground/rbmap.ml): take the same input as Lean version
|
2019-02-25 14:51:16 +01:00 |
|
rbmap2.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
rbmap3.cpp
|
test(tests/playground): manually optimized rbmap3
|
2019-02-20 11:00:54 -08:00 |
|
rbmap3.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
ref1.lean
|
feat(runtime, library/init/io): add io.ref
|
2019-03-16 22:16:28 -07:00 |
|
run.sh
|
test(tests/playground/run.sh): fix
|
2019-03-05 15:37:11 +01:00 |
|
task_test.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
task_test2.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
task_test3.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
task_test4.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
tst.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
uf1.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
uf1_new.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
unionfind1.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
unionfind2.lean
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |