1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added diffs function.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Revert ".gitignore haddock debris" portion of commit 5e54737dfaae2701980bb56619297a53847b3a12 since these live in dist/ More... about 15 years ago
chmod a+x Setup.lhs More... about 15 years ago
whitespace & chmod a-x More... about 15 years ago
rewrite abs and signum to be a bit more comprehensible More... about 15 years ago
Merge branch 'master' of git://github.com/bjornbm/fad.git More... about 15 years ago
rename cmpE to nearby More... about 15 years ago
Tightened language extensions to a minimum.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Reordered installation and examples in README
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Added README. Added homepage to .cabal.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Setup.lhs. For users who don't have or use cabal-install.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
chmod a-x Test.hs; .gitignore haddock debris More... about 15 years ago
Added structure to haddocks, made more documentation "visible".
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Change license to BSD3 with external LICENSE file.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Add .gitignore file so git doesn't worry about .hi, .o, et.c.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Forgot to chance namespace in .cabal file.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
I propose placing Fad under the Numeric name space.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Added atan2 test.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Mini-simplification of abs and signum.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Make Dual a newtype instead of an algebraic data type. This is a standard optimisation (which GHC will probably do automatically).
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Rudimentary test suite (properties copied from Fad.hs).
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
more Haddock typos More... about 15 years ago
Merge commit 'origin/master' More... about 15 years ago
fix haddock typos; export argminNaiveGradient More... about 15 years ago
switch to represent towers using a wrapped list More... about 15 years ago
minor cleanup to names and haddock comment all definitions More... about 15 years ago
Haddocks changed from multi-line to single-line style.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
Upped version. Escaped quotes in .cabal.
Björn Buckwalter
as Bjorn Buckwalter
More... about 15 years ago
standardize haddock formatting More... about 15 years ago
add haddock doc strings; misc cleanups; remove some fragmentation More... about 15 years ago