summaryrefslogtreecommitdiff
path: root/next-lib/src/api/CombinatorsSwe.gf
blob: 5cdd1a2a6d80d547877e5852fd1509966cc0a8ad (plain)
1
2
3
4
5
6
--# -path=.:alltenses:prelude

resource CombinatorsSwe = Combinators with 
  (Cat = CatSwe),
  (Structural = StructuralSwe),
  (Constructors = ConstructorsSwe) ;