summaryrefslogtreecommitdiff
path: root/cook/debug.sld
diff options
context:
space:
mode:
Diffstat (limited to 'cook/debug.sld')
-rw-r--r--cook/debug.sld6
1 files changed, 2 insertions, 4 deletions
diff --git a/cook/debug.sld b/cook/debug.sld
index 5b6ddb2..bb0cfbd 100644
--- a/cook/debug.sld
+++ b/cook/debug.sld
@@ -25,12 +25,10 @@
(list 'ingredient name (cook->list amount)))
(($ <timer> name amount)
(list 'timer name (cook->list amount)))
- (($ <metadata-line> key value)
- (list 'metadata-line key value))
+ (($ <metadata> lines)
+ (list 'metadata lines))
(($ <step> elements)
(list 'step (map cook->list elements )))
- ((? hash-table? y)
- (list 'metadata (cook->list (hash-table->alist y))))
(($ <recipe> metadata body)
(list 'recipe (cook->list metadata) (cook->list body)))
((? list? y)