Commit Graph

511 Commits

Author SHA1 Message Date
Sergiu Ivanov 260ba83f02 utils.scrbl: Typo in pretty-print-set. 2020-12-23 14:37:42 +01:00
Sergiu Ivanov 2b1bb41c12 utils: Add pretty-print-set. 2020-12-23 14:33:05 +01:00
Sergiu Ivanov 8e557890cc utils: Add list-sets->list-strings. 2020-12-23 13:52:38 +01:00
Sergiu Ivanov 3eb373610d utils.scrbl: Require the entire typed/racket for the evaluator. 2020-12-23 13:51:58 +01:00
Sergiu Ivanov 058f0986a8 utils: Add drop-first-last. 2020-12-23 11:02:00 +01:00
Sergiu Ivanov 3169346271 utils: Add read-symbol-list. 2020-12-22 23:10:05 +01:00
Sergiu Ivanov 7538440ae8 utils.scrbl: Add the documentation for dotit. 2020-12-22 22:57:26 +01:00
Sergiu Ivanov d3dff2649e utils-untyped: Don't export dotit any more. 2020-12-22 22:47:50 +01:00
Sergiu Ivanov 092877c096 graph-typed.rkt: Make the type of graphviz more complete. 2020-12-22 22:45:35 +01:00
Sergiu Ivanov 3d021c055f Add graph-typed.scrbl to documentation. 2020-12-22 22:28:12 +01:00
Sergiu Ivanov 5f5437af7b utils.scrbl: Remove Composing typed functions.
I exported everything to typed-compose now.
2020-12-21 23:34:14 +01:00
Sergiu Ivanov 522dbaa85c utils.rkt: Add dotit. 2020-12-21 23:23:11 +01:00
Sergiu Ivanov 05a5ce2ad1 graph-typed.rkt: Start. 2020-12-21 23:22:59 +01:00
Sergiu Ivanov e5ad2f027c utils.rkt: Use multi-compose instead of compose-3. 2020-12-21 22:01:28 +01:00
Sergiu Ivanov 31b1174562 utils.rkt: Replace compose-related definitions with requiring typed-compose. 2020-12-21 22:00:29 +01:00
Sergiu Ivanov 34d8b40536 utils.scrbl: Simplify require for-label. 2020-12-21 21:29:26 +01:00
Sergiu Ivanov 3ed8f24277 utils.rkt: Replace multi-compose by the implementation by Sorawee. 2020-12-16 23:21:33 +01:00
Sergiu Ivanov b73a5ce91e utils: Add multi-compose. 2020-12-16 23:09:35 +01:00
Sergiu Ivanov 6a38d1a5d3 utils: Move compose-related functions to their own section. 2020-12-12 23:35:40 +01:00
Sergiu Ivanov f68731cf46 utils: Add read-org-variable-mapping and unorgv. 2020-12-12 23:25:11 +01:00
Sergiu Ivanov 6a0aa4ca7a utils: Add compose-n, compose-3, and compose-4. 2020-12-12 23:24:46 +01:00
Sergiu Ivanov 61f7a99c13 utils.scrbl: Slightly streamline the imports. 2020-12-12 00:46:50 +01:00
Sergiu Ivanov cdd3dd8904 utils.rkt: Add GeneralPair and copy unstringify-pairs. 2020-12-06 23:42:59 +01:00
Sergiu Ivanov 36acbb508c utils-untyped.rkt: Don't provide the contracts. 2020-12-06 23:40:17 +01:00
Sergiu Ivanov 03f51f188e utils.rkt: Provide Variable, not Symbol. 2020-12-06 22:49:02 +01:00
Sergiu Ivanov 44f89099de utils.rkt: Copy read-org-sexp and unorg. 2020-12-06 22:28:45 +01:00
Sergiu Ivanov 9e95a1a5ea utils.rkt: Add map-sexp. 2020-12-06 21:59:28 +01:00
Sergiu Ivanov a3a8dbf8cc utils.rkt: Add handle-org-booleans. 2020-12-06 21:58:49 +01:00
Sergiu Ivanov bfbe480b06 utils.rkt: Copy string->any. 2020-12-05 00:33:14 +01:00
Sergiu Ivanov 87ab73d0c3 utils.rkt: Copy stringify-variable-mapping. 2020-12-05 00:22:49 +01:00
Sergiu Ivanov c063723b5c utils.rkt: Copy any->string. 2020-12-04 23:43:53 +01:00
Sergiu Ivanov 5c1a8e0020 utils.rkt: Copy over extract-symbols. 2020-12-04 04:03:22 +01:00
Sergiu Ivanov ac667e23ea utils.rkt: Copy auto-hash-ref/explicit and auto-hash-ref/: 2020-12-04 03:16:38 +01:00
Sergiu Ivanov 83b65b1452 utils-untyped.rkt: Don't export eval-with. 2020-12-04 02:27:40 +01:00
Sergiu Ivanov 18afbff738 utils.scrbl: Add the documentation for types, eval-with, and eval1-with. 2020-12-04 02:25:19 +01:00
Sergiu Ivanov ff9eb3a44c dds.scrbl: Only include utils.scrbl.
I will progressively include the other sections as I go.
2020-12-03 00:36:24 +01:00
Sergiu Ivanov a1ef9b5854 utils: Add eval-with and eval1-with. 2020-11-30 23:54:45 +01:00
Sergiu Ivanov f031d509a6 utils: Start converting to Typed Racket. 2020-11-30 22:59:46 +01:00
Sergiu Ivanov c7912705ca README.org: Update the roadmap. 2020-11-29 23:29:39 +01:00
Sergiu Ivanov 485aa4ca95 README.org: Update the roadmap. 2020-11-29 23:11:18 +01:00
Sergiu Ivanov 7f0d261e98 utils.scrbl: Add eval-with. 2020-11-29 23:07:40 +01:00
Sergiu Ivanov b8fcfb2374 doc: Add proper requires to Scribble files. 2020-11-29 22:16:23 +01:00
Sergiu Ivanov 157c226259 rs.scrbl: Add module-level definitions. 2020-11-29 22:12:01 +01:00
Sergiu Ivanov 532f7b180e networks.scrbl: Add an explicit tag to Basic definitions.
Otherwise there is a conflict with a section with the same name in
rs.scrbl.
2020-11-29 22:11:03 +01:00
Sergiu Ivanov d95891537b doc: Add module-level comments for networks. 2020-11-29 22:01:18 +01:00
Sergiu Ivanov 96f8782d7b doc: Add module-level comments for functions. 2020-11-29 21:45:33 +01:00
Sergiu Ivanov d014209a98 doc: Add module-level comments for utils. 2020-11-29 21:41:00 +01:00
Sergiu Ivanov af6bb09f53 docs: Add the introduction to dds. 2020-11-29 20:59:16 +01:00
Sergiu Ivanov e2788be237 Add the Scribble files for almost all modules.
The generics module will probably disappear or take a different shape
in the near future.
2020-11-29 17:43:20 +01:00
Sergiu Ivanov 8487b64287 Rename manual → dds. 2020-11-29 17:15:24 +01:00