You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the regexes that we use in the documentation formatter, they are too greedy.
A proper fix would be to not format the type signatures as postfix types (int list) instead of prefix types (list), but this doesn't currently exist in FCS. This PR adds such a facility, and when it's available we should make use of it.
The text was updated successfully, but these errors were encountered:
The problem is with the regexes that we use in the documentation formatter, they are too greedy.
A proper fix would be to not format the type signatures as postfix types (int list) instead of prefix types (list), but this doesn't currently exist in FCS. This PR adds such a facility, and when it's available we should make use of it.
The text was updated successfully, but these errors were encountered: