stack-checker.transforms doesn't need make anymore
parent
d3cffcbee2
commit
57e1de5181
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg.
|
! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: fry accessors arrays kernel kernel.private combinators.private
|
USING: fry accessors arrays kernel kernel.private combinators.private
|
||||||
words sequences generic math math.order namespaces make quotations
|
words sequences generic math math.order namespaces quotations
|
||||||
assocs combinators combinators.short-circuit classes.tuple
|
assocs combinators combinators.short-circuit classes.tuple
|
||||||
classes.tuple.private effects summary hashtables classes generic sets
|
classes.tuple.private effects summary hashtables classes generic sets
|
||||||
definitions generic.standard slots.private continuations locals
|
definitions generic.standard slots.private continuations locals
|
||||||
|
|
Loading…
Reference in New Issue