diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Codec/Pesto/Graph.lhs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Codec/Pesto/Graph.lhs b/src/lib/Codec/Pesto/Graph.lhs index 2f6de7f..a9d42a7 100644 --- a/src/lib/Codec/Pesto/Graph.lhs +++ b/src/lib/Codec/Pesto/Graph.lhs @@ -29,10 +29,10 @@ Language semantics > import Codec.Pesto.Parse hiding (test) The parser’s output, a stream of instructions, may contain multiple recipes. A -recipe must start with the directive “pesto” and may end with “buonappetito”. -This function extracts all recipes from the stream and removes both directives. - -- easily embed recipes into other documents +recipe must start with the directive “pesto” and may end with +“buonappetito”, which allows embedding recipes into other (plain-text) +documents. This function extracts all recipes from the stream and removes +both directives. > startDirective = Directive "pesto" > endDirective = Directive "buonappetito" |