minor poker vocab cleanup
parent
5ea289eacd
commit
41afc11cca
|
@ -1,5 +1,4 @@
|
|||
USING: accessors kernel math math.order poker poker.private
|
||||
tools.test ;
|
||||
USING: accessors kernel math math.order poker poker.private tools.test ;
|
||||
IN: poker.tests
|
||||
|
||||
[ 134236965 ] [ "KD" >ckf ] unit-test
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
! Copyright (c) 2009 Aaron Schaefer. All rights reserved.
|
||||
! Copyright (c) 2009 Doug Coleman.
|
||||
! Copyright (c) 2009 Aaron Schaefer, Doug Coleman. All rights reserved.
|
||||
! 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
|
||||
USING: accessors arrays ascii assocs binary-search combinators
|
||||
|
|
Loading…
Reference in New Issue