summaryrefslogtreecommitdiff log msg author committer range path: root/data/examples/blackjack/player.fateblob: 7d8b947c0afc4a9d9135877d079b1c0675c78c58 (plain) 1 2 3 4 5 6 7 8 9 (fate_version 1) (require cards.fate) (define_structure player (string name) (int money) ((list card) hand) )