Skip to content

Commit

Permalink
Fix typos and repo reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoyubik committed Mar 4, 2020
1 parent cb50525 commit 1286a16
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 10 additions & 9 deletions hoon101/assignemnts/week6.hoon → hoon101/assignments/week6.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
::
=> |%
+| %types
+$ palo $? %oros %copas %espadas %bastos
==
+$ palo ?(%oros %copas %espadas %bastos)
::
+$ naipe $? %as %dos %tres %cuatro %cinco %seis
%siete %ocho %nueve %sota %caballo %rey
==
+$ naipe
$? %as %dos %tres %cuatro %cinco %seis
%siete %ocho %nueve %sota %caballo %rey
==
::
+$ carta [=palo =naipe]
--
Expand All @@ -32,11 +32,12 @@
+| %engine
++ baraja
|_ [cartas=(list carta)]
++ this .
++ this .
++ palos ~[%copas %espadas %bastos %oros]
++ naipes :~ %as %dos %tres %cuatro %cinco %seis
%siete %ocho %nueve %sota %caballo %rey
==
++ naipes
:~ %as %dos %tres %cuatro %cinco %seis
%siete %ocho %nueve %sota %caballo %rey
==
::
:: (naive) innitializer of the %cartas of %baraja (i.e. deck)
::
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1286a16

Please sign in to comment.