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

resource CombinatorsNor = Combinators with 
  (Cat = CatNor),
  (Structural = StructuralNor),
  (Constructors = ConstructorsNor) ;