1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/api/CombinatorsHrv.gf
2022-09-20 11:07:30 +02:00

10 lines
195 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsHrv = Combinators with
(Cat = CatHrv),
(Structural = StructuralHrv),
(Constructors = ConstructorsHrv)
** open MissingHrv in {}