summaryrefslogtreecommitdiff log msg author committer range path: root/data/examples/blackjack/player.fateblob: 2eec757c2d2ef6e7bdfdc6c384a52287f9db5c69 (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) )