#Von Dyck (2,3,7) group - infinite hyperbolic - small tidyint works better
_RWS := rec(
  isRWS := true,
  ordering := "shortlex",
  tidyint := 10,
  generatorOrder := [a,b,B],
  inverses := [a,B,b],
  equations := [
    [b*b,B], [B*a*B*a*B*a*B,a*b*a*b*a*b*a]
  ]
);
