Fixing validators so it loads
parent
5cd1c8db52
commit
234b7ac8b8
|
@ -1,5 +1,5 @@
|
|||
USING: help.markup help.syntax io.streams.string quotations
|
||||
strings math regexp regexp.backend ;
|
||||
strings math regexp ;
|
||||
IN: validators
|
||||
|
||||
HELP: v-checkbox
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2006, 2008 Slava Pestov
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel continuations sequences math namespaces make sets
|
||||
math.parser math.ranges assocs regexp unicode.categories arrays
|
||||
math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays
|
||||
hashtables words classes quotations xmode.catalog unicode.case ;
|
||||
IN: validators
|
||||
|
||||
|
|
Loading…
Reference in New Issue