minor poker vocab cleanup
parent
5ea289eacd
commit
41afc11cca
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue