1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/api/CombinatorsSnd.gf
2012-02-21 09:20:38 +00:00

7 lines
168 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsSnd = Combinators with
(Cat = CatSnd),
(Structural = StructuralSnd),
(Constructors = ConstructorsSnd) ;