add explanatory comment

This commit is contained in:
Josh Lehman 2023-01-06 14:44:18 -08:00
parent f23c6cd61e
commit 7d5f9d3ab0

View File

@ -71,7 +71,7 @@ In this exercise, we examine a library that can be used to represent a deck of 5
```hoon {% copy=true mode="collapse" %}
|%
+$ suit ?(%hearts %spades %clubs %diamonds)
+$ darc [sut=suit val=@ud]
+$ darc [sut=suit val=@ud] :: see below about naming
+$ deck (list darc)
++ make-deck
^- deck