minor poker vocab cleanup

db4
Aaron Schaefer 2010-02-20 13:15:46 -06:00
parent 5ea289eacd
commit 41afc11cca
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
USING: accessors kernel math math.order poker poker.private USING: accessors kernel math math.order poker poker.private tools.test ;
tools.test ;
IN: poker.tests IN: poker.tests
[ 134236965 ] [ "KD" >ckf ] unit-test [ 134236965 ] [ "KD" >ckf ] unit-test

View File

@ -1,5 +1,4 @@
! Copyright (c) 2009 Aaron Schaefer. All rights reserved. ! Copyright (c) 2009 Aaron Schaefer, Doug Coleman. All rights reserved.
! Copyright (c) 2009 Doug Coleman.
! The contents of this file are licensed under the Simplified BSD License ! The contents of this file are licensed under the Simplified BSD License
! A copy of the license is available at http://factorcode.org/license.txt ! A copy of the license is available at http://factorcode.org/license.txt
USING: accessors arrays ascii assocs binary-search combinators USING: accessors arrays ascii assocs binary-search combinators