Skip to content

Commit

Permalink
emojis for roundtrip sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbittner committed Jul 3, 2024
1 parent b296a8e commit f9d092a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Test/Experiments/RoundTrip.agda
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@ ex-trivial = "trivial" ≔ "D" ⟨ "l" -< [] >- ∷ "r" -< [] >- ∷ [] ⟩

ex-sandwich : Example (CCC Feature ∞ Artifact)
ex-sandwich = "Sandwich Recipe"
"Bread"
"🍞"
-< "Salad?"
"salad" -< [] >-
"🥗" -< [] >-
"ε" -< [] >-
∷ []
"cheese" -< [] >-
"🧀" -< [] >-
"Patty?"
"meat" -< [] >-
"tofu" -< [] >-
"🍖" -< [] >-
"🧆" -< [] >-
∷ []
"Sauce?"
"ε" -< [] >-
"mayo" -< [] >-
"ketchup" -< [] >-
"mayo+ketchup" -< [] >-
"🥚" -< [] >-
"🍅" -< [] >-
"🍅🥚" -< [] >-
∷ []
∷ []
Expand Down

0 comments on commit f9d092a

Please sign in to comment.