summaryrefslogtreecommitdiff
path: root/src/corify.sml
Commit message (Collapse)AuthorAge
* Merge PVar and PWild, to get more reasonable type-class resolutionGravatar Adam Chlipala2016-02-07
|
* Default 'jsFunc' for less-safe FFIGravatar Adam Chlipala2014-07-16
|
* Fix off-by-one error in less-safe FFI wrapper generationGravatar Adam Chlipala2014-07-13
|
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
|
* Fixed issue with datatype constructors inside functors; now on to some ↵Gravatar Adam Chlipala2014-02-20
| | | | problem with modules inside functors
* Some more nested functor bug-fixing, including generating fresh internal ↵Gravatar Adam Chlipala2014-02-20
| | | | names at applications; still need to debug issues with datatype constructors
* Start SQL transactions as read-only when possible, based on conservative ↵Gravatar Adam Chlipala2013-12-12
| | | | program analysis
* Remove debug printsGravatar Adam Chlipala2013-10-10
|
* Make transactional FFI functions effectful by defaultGravatar Adam Chlipala2013-10-10
|
* Fix defunctorization of modules containing datatype definitionsGravatar Adam Chlipala2012-03-29
|
* Remove weird special case for FFI functions whose first arguments have type ↵Gravatar Adam Chlipala2012-03-14
| | | | [unit]
* First part of changes to avoid depending on C function call argument order ↵Gravatar Adam Chlipala2012-01-07
| | | | of evaluation (omitting normal Ur function calls, so far)
* Fix opening of shadowing, principal-signatured modules that open other modulesGravatar Adam Chlipala2011-08-04
|
* Corify Basis.unit to empty record; this is needed so that specializeGravatar Karn Kallio2011-05-06
| | | | can see that they are equivalent.
* postBody typeGravatar Adam Chlipala2010-12-18
|
* Fixes for nasty bugs in Reduce and EspecializeGravatar Adam Chlipala2010-10-19
|
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
|
* Pushing policies throughGravatar Adam Chlipala2010-04-04
|
* Fixes for rooted modulesGravatar Adam Chlipala2010-02-04
|
* -path and -root command-line flagsGravatar Adam Chlipala2010-01-12
|
* Supporting any number of arguments for explicitly exported functionsGravatar Adam Chlipala2010-01-12
|
* JavaScript urlification; more lenient export pattern in Corify; only include ↵Gravatar Adam Chlipala2010-01-02
| | | | scripts in pages that use JavaScript
* Basis.serialize; separate file for mhash; run transactional finishers in ↵Gravatar Adam Chlipala2009-12-31
| | | | reverse order; set needs_sig properly
* Convert to task syntaxGravatar Adam Chlipala2009-12-15
|
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Bidding interfaceGravatar Adam Chlipala2009-11-01
|
* Corify FFI datatypes properly; eliminate nested JavaScript markersGravatar Adam Chlipala2009-05-17
|
* Mutual datatypes through EffectizeGravatar Adam Chlipala2009-05-16
|
* Mutual datatypes through CorifyGravatar Adam Chlipala2009-05-16
|
* Path rewritingGravatar Adam Chlipala2009-05-02
|
* Successfully influenced effectful-ness status of FFI funcGravatar Adam Chlipala2009-05-02
|
* C FFI compiler optionsGravatar Adam Chlipala2009-04-30
|
* A view query worksGravatar Adam Chlipala2009-04-28
|
* Classes as optional arguments to Basis.tagGravatar Adam Chlipala2009-04-12
|
* Stop tracking CSS classes in XML typesGravatar Adam Chlipala2009-04-12
|
* hello compiles with CSSGravatar Adam Chlipala2009-04-12
|
* style declarationsGravatar Adam Chlipala2009-04-12
|
* PRIMARY KEYGravatar Adam Chlipala2009-04-07
|
* Track uniqueness sets in table typesGravatar Adam Chlipala2009-04-07
|
* UNIQUE constraintsGravatar Adam Chlipala2009-04-07
|
* demo/hello compiles with kind polymorphismGravatar Adam Chlipala2009-02-22
|
* Start of kind polymorphism, up to the point where demo/hello elaborates with ↵Gravatar Adam Chlipala2009-02-22
| | | | updated Basis/Top
* "Hello world" compiles, after replacing type-level fold with mapGravatar Adam Chlipala2009-02-21
|
* Monad type class seems to be workingGravatar Adam Chlipala2008-12-19
|
* Add CutMultiGravatar Adam Chlipala2008-11-11
|
* Especialize handles records betterGravatar Adam Chlipala2008-11-08
|
* Cookies through shake2Gravatar Adam Chlipala2008-11-06
|
* Monoizing FFI transactions correctlyGravatar Adam Chlipala2008-11-06
|
* Wrapping works in BlogGravatar Adam Chlipala2008-11-01
|
* Replace 'with' with '++'Gravatar Adam Chlipala2008-10-31
|