restructure done

This commit is contained in:
2026-06-05 18:35:34 -07:00
parent ff066072e2
commit b88e51bb81
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ slurp_ct_impls([#gsc_token{string = ":", type = op},
slurp_ct_impls(_) ->
reject.
slurp_ct_impls2([#gsc_token{string = ",", type = punct},
slurp_ct_impls2([#gsc_token{string = ",", type = sep},
#gsc_token{string = Con1, type = con}
| Rest],
Acc) ->