From 821c7e418d7a475523b473d80eeaae7e50c296e0 Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 13 Apr 2018 21:50:22 +0200 Subject: [PATCH] Actually include /lib/constitution. --- lib/constitution.hoon | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/constitution.hoon diff --git a/lib/constitution.hoon b/lib/constitution.hoon new file mode 100644 index 000000000..b6f78488f --- /dev/null +++ b/lib/constitution.hoon @@ -0,0 +1,20 @@ +/- constitution, ethereum +|% +++ parse-id + |= id=@t + ^- ships:function:^constitution + |^ + %+ rash id + ;~ pose + (function %ships 'ships' shipname) + (function %get-spawned 'getSpawned' shipname) + == + :: + ++ function + |* [tag=@tas fun=@t rul=rule] + ;~(plug (cold tag (jest fun)) (ifix [pel per] rul)) + :: + ++ shipname + ;~(pfix sig fed:ag) + -- +--