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

resource CombinatorsGer = Combinators with 
  (Cat = CatGer),
  (Structural = StructuralGer),
  (Constructors = ConstructorsGer) ;