Commit Graph

13 Commits

Author SHA1 Message Date
Georges Dupéron
929f16ee1c WIP on FB case 133 Allow returning both promises for and the actual type in the first pass of rich-returns 2016-03-18 18:23:05 +01:00
Georges Dupéron
af5b9bcfea Debugging define-graph/rich-returns. 2016-03-18 00:10:26 +01:00
Georges Dupéron
26256a09b9 WIP on FB case 128 2016-03-15 00:55:04 +01:00
Georges Dupéron
46b3785b47 Implements FB case 116 "Allow declaring private (i.e. unique) variants, which inherit the more general shared ones with the same tag" 2016-03-11 16:54:31 +01:00
Georges Dupéron
5c7e49bebb Fixed arrow tracking in lib/low (wrong syntax/loc for the module's initial require form etc.) 2016-03-04 16:32:39 +01:00
Georges Dupéron
b601cf4498 Fixed more issues related to λ/syntax-parse. 2016-03-04 16:31:52 +01:00
Georges Dupéron
a0187b5136 Fixed issue with λ/syntax-parse, now we can use stx in the body to refer to the whole syntax object. 2016-03-04 16:10:31 +01:00
Georges Dupéron
81ee130cd5 Circumvent raco make bug racket/typed-racket#292 "open-input-file: cannot open directory as a file": split the (require (submod ".." typed) (submod ".." untyped)) into two separate require forms. 2016-03-02 23:52:01 +01:00
Georges Dupéron
eb0942a816 Fixed issues caused by splitting library. 2016-03-02 20:21:36 +01:00
Georges Dupéron
a91cc950cd Split library into many smaller files. 2016-03-02 18:12:17 +01:00
Georges Dupéron
5d0a390b61 Cleaned tests for FB case 94 (logn match on a predefined set of identifiers). 2016-02-03 17:07:26 +01:00
Georges Dupéron
895d11b30f Implemented fb case 94: typed O(log n) match for a predefined set of tokens. 2016-02-03 16:54:22 +01:00
Georges Dupéron
c2ea10f1ab Moved top-level graph/ folder to graph-lib, to avoid confusion. 2016-01-15 15:50:58 +01:00