aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elaborate.sml
Commit message (Expand)AuthorAge
* Proper error message when the body of a 'val' declaration fails to check agai...Gravatar Adam Chlipala2018-05-20
* Allow inexhaustive patterns for lefthand sides of top-level 'val' declarationsGravatar Adam Chlipala2017-07-12
* Finish removing PWild; only load a library once, even if referenced multiple ...Gravatar Adam Chlipala2016-02-07
* Merge PVar and PWild, to get more reasonable type-class resolutionGravatar Adam Chlipala2016-02-07
* A simple eta rule for constructor-level tuplesGravatar Adam Chlipala2015-12-31
* Some bugs related to kind-checking tuplesGravatar Adam Chlipala2015-12-31
* Fix tricky case of functor signature subsumptionGravatar Adam Chlipala2015-11-27
* Make daemon mode support sharing of libraries across projectsGravatar Adam Chlipala2015-11-22
* After a tricky debugging session, limit visibility of type-class instances fr...Gravatar Adam Chlipala2015-11-01
* More Elaborate work to avoid instantiating unification variables with out-of-...Gravatar Adam Chlipala2015-10-24
* Proper error message for excessively fancy FFI signaturesGravatar Adam Chlipala2015-08-27
* Improve wildification for records of type-class witnessesGravatar Adam Chlipala2015-01-28
* Fixing one small issue with changes to signature matching (grandfathered into...Gravatar Adam Chlipala2015-01-03
* Fix a bug in subsignature checking for submodulesGravatar Adam Chlipala2014-12-30
* Improve wildify heuristic for finding record type-class witnessesGravatar Adam Chlipala2014-12-23
* Another try at a proper fix for constraint matching in subsignature checkingGravatar Adam Chlipala2014-12-23
* Move code from last changeset, to improve performanceGravatar Adam Chlipala2014-12-05
* When unifying constructor-level unification variables, also unify their kindsGravatar Adam Chlipala2014-08-01
* Retweak the last tweak to allow type inference to succeed in a strict superse...Gravatar Adam Chlipala2014-07-29
* Small tweak to ordering of unification rules, to support better record matchingGravatar Adam Chlipala2014-07-29
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
* Monadic bind supports patternsGravatar Adam Chlipala2014-05-02
* Tweaked parameter renaming for functors, so now demos and the original bug-tr...Gravatar Adam Chlipala2014-02-20
* Some more nested functor bug-fixing, including generating fresh internal name...Gravatar Adam Chlipala2014-02-20
* Fix a subtle renaming problem in elaborating functor applicationsGravatar Adam Chlipala2014-02-14
* Add another simple case for record unification between alpha-equivalent const...Gravatar Adam Chlipala2014-01-29
* Sneaky still-in-today's-release update of 'table' signature item handlingGravatar Adam Chlipala2013-11-24
* Interpret 'table' signature items more flexibly, automatically adding (Ur) co...Gravatar Adam Chlipala2013-11-04
* Save disjointness environments across top-level declarationsGravatar Adam Chlipala2013-10-17
* Get -root working properly againGravatar Adam Chlipala2013-09-26
* Potentially exponential search through where to head-normalize in [decompileCon]Gravatar Adam Chlipala2013-08-19
* Allow [where con] to descend within submodule structure; open submodule const...Gravatar Adam Chlipala2013-08-19
* Remove 'class' declaration; now use 'con' insteadGravatar Adam Chlipala2012-07-29
* Implicit records of foldersGravatar Adam Chlipala2012-05-17
* -dumpTypesOnErrorGravatar Adam Chlipala2012-05-05
* Send daemon output to calling processGravatar Adam Chlipala2012-05-05
* More diagnostic information about some type class resolution failuresGravatar Adam Chlipala2012-05-04
* Catch duplicate top-level module names; fix dropping of constraints during in...Gravatar Adam Chlipala2012-05-03
* Don't modify the module cache after elaboration failuresGravatar Adam Chlipala2012-05-02
* Better discovery of type class instances from recursive definitionsGravatar Adam Chlipala2012-05-02
* 'urweb daemon start' and 'urweb daemon stop'Gravatar Adam Chlipala2012-04-29
* Initial support for reusing elaboration resultsGravatar Adam Chlipala2012-04-29
* -unifyMoreGravatar Adam Chlipala2012-04-22
* Saving proper environments, to use in displaying nested error messagesGravatar Adam Chlipala2012-04-21
* Avoid kindof failures in elaborationGravatar Adam Chlipala2012-04-21
* Simplify types for printing with '-dumpTypes'Gravatar Adam Chlipala2012-04-16
* Prevent horrifying loops in unification variable graphGravatar Adam Chlipala2012-01-09
* Make wildification a bit smarter about ordering of new wildcard declarationsGravatar Adam Chlipala2012-01-07
* Revert last unification tweakGravatar Adam Chlipala2012-01-06
* Tweak new unification heuristicGravatar Adam Chlipala2012-01-05