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 definition of English (Text.Numeral.Language.EN) uses an ugly hack to decide whether to put "and" between numerals being added. This hack depends on evaluating the Integer value of the expression context.
We should replace this hack with proper pattern-matching logic and guards.
The text was updated successfully, but these errors were encountered:
The definition of English (
Text.Numeral.Language.EN
) uses an ugly hack to decide whether to put"and"
between numerals being added. This hack depends on evaluating theInteger
value of the expression context.We should replace this hack with proper pattern-matching logic and guards.
The text was updated successfully, but these errors were encountered: