Commit Graph

160 Commits

Author SHA1 Message Date
056c8d278b Introduce unzipping and use it 2024-09-25 23:06:53 +02:00
5e73358df7 Don't make ids for empty output tokens 2024-09-25 22:12:38 +02:00
6ecb577402 Make the functions easier to call inline 2024-09-25 22:09:26 +02:00
ad83c8c941 Improve ergonomics 2024-09-25 19:48:45 +02:00
fd3e5f6986 De-duplicate code 2024-09-25 19:45:10 +02:00
544b02c3a6 Use tuples for tuples 2024-09-25 19:42:15 +02:00
4a0ea4d5ef Also build every recipe html page 2024-09-25 19:37:49 +02:00
daacf2e6fa Swap DepGenM and DepGenM' 2024-09-24 23:09:35 +02:00
f4ff6d6d98 Add ApplyTemplate and use NoToken less 2024-09-24 23:01:07 +02:00
8bf1e107a0 Also use DepGenM' for MakeDir 2024-09-24 22:44:45 +02:00
67bfa01b67 MakeDir 2024-09-24 22:38:52 +02:00
6ebc3f5e3a Change RunPandoc to be more file-centric 2024-09-24 22:24:06 +02:00
2b5f4f8b1e Return core () for mapDepGenM_ 2024-09-24 22:23:43 +02:00
5b0a6f1236 Build a pretty dependency tree visualizer 2024-09-24 22:14:47 +02:00
ad3bba2d1a Remove unneeded type constraints 2024-09-24 21:25:58 +02:00
f4bca41377 Move Dependency to Types.Dependency 2024-09-24 21:21:49 +02:00
61387f6eba Add skeletons for function implementations 2024-09-24 21:14:27 +02:00
9376ede653 Use Value for evaluating functions 2024-09-24 21:03:54 +02:00
e7e767c007 Clean up and move things around 2024-09-23 22:11:54 +02:00
a098317df3 Kind of make it work with pre-compilation
But very messy now.
2024-09-23 21:14:18 +02:00
47dd09f54c Start worknig on templates 2024-09-21 23:21:47 +02:00
d5b8e2006c Actually commit function implementations modules 2024-09-21 23:11:50 +02:00
5bbcc924b7 Provide more building blocks and extend example 2024-09-21 23:11:31 +02:00
dad5724af8 Remove warnings and rename new token 2024-09-21 22:49:29 +02:00
06067a6cfc Add filterComputationM 2024-09-21 22:40:17 +02:00
fce1d88025 Refactor and add note 2024-09-21 22:13:46 +02:00
305623d53f Refactor 2024-09-21 20:08:54 +02:00
1a1db6944f Split functions further into groups of functions 2024-09-21 20:07:38 +02:00
1f3c2929fd Split functions into two modules 2024-09-21 20:05:08 +02:00
28d430cf72 Put function shortcuts back in Functions module 2024-09-21 20:00:59 +02:00
e3868332be Move more base stuff into Types module 2024-09-21 19:53:32 +02:00
de6495d750 Refactor tell use slighly 2024-09-21 19:51:11 +02:00
4884136dad Connect SetListElem to outer output list 2024-09-21 19:47:50 +02:00
8c7e311338 Connect GetListElem to outer input list 2024-09-21 19:32:32 +02:00
8184160035 Don't duplicate token ids in lists 2024-09-21 19:25:36 +02:00
c588dc1f56 User better namings 2024-09-21 19:17:09 +02:00
d0c2b47df0 Use InList properly 2024-09-21 19:09:43 +02:00
af2b9202ef Get rid of the final traversable cruft 2024-09-21 18:49:50 +02:00
9410a39527 Remove more traversable leftovers 2024-09-21 18:46:17 +02:00
f12ac12ea8 Remove mapM usage in monad
Was really a hack.
2024-09-21 18:45:39 +02:00
b4f36f9370 Also migrate Function 2024-09-21 18:06:00 +02:00
af50f16243 Migrate all FunctionIO 2024-09-21 18:02:20 +02:00
b1c124d899 Remove non-unneeded import 2024-09-21 17:42:03 +02:00
5fc78b14ad Add nice wrappers 2024-09-21 17:41:13 +02:00
bb52c043cd Remove duplicated old way of doing this 2024-09-21 17:39:50 +02:00
6a2a87cfc3 Start using class instances instead of GADT constructors
Maybe makes more sense here?
2024-09-21 17:37:37 +02:00
124d9fa4d8 This belongs here 2024-09-21 17:34:28 +02:00
8575bd061a Remove warnings 2024-09-21 17:33:02 +02:00
987a7809bb Split into library and executable 2024-09-21 17:31:57 +02:00
111fe3cee5 Make compile 2024-09-21 17:13:20 +02:00