Revision 105bf0297559d6dba0a289d3ca09a9ec93051f09 authored by Jan de Muijnck-Hughes on 27 May 2016, 09:22:06 UTC, committed by Jan de Muijnck-Hughes on 27 May 2016, 09:22:06 UTC
+ Module documentation has been improved.
+ Addition of a `BTree` to expose a sane `Binary Tree` implementation rather than expose `AVLTree`.
+ API documentation
+ insertion into an `AVLTree` has been simplified through a singular `insert` function rather than the combined `insertTreeRes` and `insert`.
1 parent 3248e05
Raw File
.gitignore
*_doc/
dist
cabal-dev/
.cabal-sandbox
cabal.sandbox.config
*.ibc
*.o
*.a
*.so
*.dll
*.dylib
*.swp
*~
.DS_Store
.hpc
*.tix
custom.mk
test/output
test/*[0-9][0-9][0-9]/output
test/*[0-9][0-9][0-9]/*.exe
tutorial/*.aux
tutorial/*.bbl
tutorial/*.blg
tutorial/*.log
tutorial/*.out
tutorial/*.toc
tutorial/*.fdb_latexmk
tutorial/*.fls
tags
TAGS
src/Version_idris.hs
back to top