There was an error while loading. Please reload this page.
1 parent 30c7448 commit 9f36a79Copy full SHA for 9f36a79
1 file changed
templates/ci/modules/tests/readme/hello-world.nix
@@ -10,8 +10,14 @@ let
10
inherit (ned) run st ctx-d;
11
12
# language contextual drivers
13
- en-d = ctx-d { hello = "hello"; world = "world"; };
14
- sp-d = ctx-d { hello = "hola"; world = "mundo"; };
+ en-d = ctx-d {
+ hello = "hello";
15
+ world = "world";
16
+ };
17
+ sp-d = ctx-d {
18
+ hello = "hola";
19
+ world = "mundo";
20
21
22
# stream of contextual computations
23
comp-s = middle: st ({ hello }: hello) middle ({ world }: world) ({ hello }: hello);
0 commit comments