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