factor/contrib/match/load.factor

9 lines
179 B
Factor

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: contrib/match {
"match.factor"
"match.facts"
} {
"tests.factor"
} ;