From 6ecb3503619b9024a1247120b7cda987fa2dacdc Mon Sep 17 00:00:00 2001 From: Anton Dyudin Date: Tue, 8 May 2018 12:46:54 -0700 Subject: [PATCH] add x-htm wrappers for &htm --- mar/x-htm.hoon | 3 +++ mar/x-htm/elem.hoon | 3 +++ ren/x-htm/elem.hoon | 1 + ren/x-htm/wrap.hoon | 1 + 4 files changed, 8 insertions(+) create mode 100644 mar/x-htm.hoon create mode 100644 mar/x-htm/elem.hoon create mode 100644 ren/x-htm/elem.hoon create mode 100644 ren/x-htm/wrap.hoon diff --git a/mar/x-htm.hoon b/mar/x-htm.hoon new file mode 100644 index 0000000000..2ea95aa555 --- /dev/null +++ b/mar/x-htm.hoon @@ -0,0 +1,3 @@ +|_ a=manx +++ grow |% ++ htm a +-- -- diff --git a/mar/x-htm/elem.hoon b/mar/x-htm/elem.hoon new file mode 100644 index 0000000000..c0210fd110 --- /dev/null +++ b/mar/x-htm/elem.hoon @@ -0,0 +1,3 @@ +|_ a=manx +++ grab |% ++ noun manx +-- -- diff --git a/ren/x-htm/elem.hoon b/ren/x-htm/elem.hoon new file mode 100644 index 0000000000..45c74f004d --- /dev/null +++ b/ren/x-htm/elem.hoon @@ -0,0 +1 @@ +/htm/ -.- diff --git a/ren/x-htm/wrap.hoon b/ren/x-htm/wrap.hoon new file mode 100644 index 0000000000..06a1ee11c1 --- /dev/null +++ b/ren/x-htm/wrap.hoon @@ -0,0 +1 @@ +|=([@ a=manx] a)