Commit Graph

504 Commits

Author SHA1 Message Date
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
Sergiu Ivanov
596e1b7b5d Prepare for writing the documentation. 2020-11-29 00:28:46 +01:00
Sergiu Ivanov
12cc862c94 Start the documentation. 2020-11-29 00:02:06 +01:00
Sergiu Ivanov
ae21ea6464 README: Update the roadmap. 2020-11-28 23:26:03 +01:00
Sergiu Ivanov
34fe8a8316 Merge branch 'network-domains' 2020-11-28 23:21:34 +01:00
Sergiu Ivanov
68afb6231a example: Update Threshold Boolean networks. 2020-11-28 23:20:14 +01:00
Sergiu Ivanov
d7d3717c83 networks: Fix build-tbn-state-graph. 2020-11-28 23:12:49 +01:00
Sergiu Ivanov
6c30120376 networks: Remove 01-related state graph functions.
Remove build-full-01-state-graph and
build-full-01-state-graph-annotated.
2020-11-28 23:10:18 +01:00