Skip to content

Commit e4febd9

Browse files
committedSep 14, 2020
Add noun
1 parent 0308071 commit e4febd9

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
 

‎doc/user-guide.md

+4
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ We can write our own minimal magical realism bot using builtin libraries:
673673
[topic
674674
(:oneof
675675
(| "balneology")
676+
(| "teleology")
676677
(| "nephrology")
677678
(| "orgonomy"))]
678679
"writes a monograph on ${topic}"))
@@ -681,6 +682,9 @@ We can write our own minimal magical realism bot using builtin libraries:
681682
[secret
682683
(:oneof
683684
(| "immortality")
685+
(| "heliophagy")
686+
(| "levitation")
687+
(| "good skin")
684688
(| "happiness"))]
685689
"discovers the secret to ${secret}")
686690
))]

‎doc/user-guide.pdf

33 Bytes
Binary file not shown.

‎docs/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ <h2 id="magical-realism-bot">Magical Realism Bot</h2>
467467
[topic
468468
(:oneof
469469
(| &quot;balneology&quot;)
470+
(| &quot;teleology&quot;)
470471
(| &quot;nephrology&quot;)
471472
(| &quot;orgonomy&quot;))]
472473
&quot;writes a monograph on ${topic}&quot;))
@@ -475,6 +476,9 @@ <h2 id="magical-realism-bot">Magical Realism Bot</h2>
475476
[secret
476477
(:oneof
477478
(| &quot;immortality&quot;)
479+
(| &quot;heliophagy&quot;)
480+
(| &quot;levitation&quot;)
481+
(| &quot;good skin&quot;)
478482
(| &quot;happiness&quot;))]
479483
&quot;discovers the secret to ${secret}&quot;)
480484
))]

‎lib/noun.dck

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
(| "pseudonym")
4343
(| "perfidy")
4444
(| "heliophagy")
45+
(| "aril")
4546
(| "valedictorian")
4647
(| "cathexis")
4748
(| "apothegm")

0 commit comments

Comments
 (0)
Please sign in to comment.