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 Lam, Pi, Combine, CombineTypes, Prefer and Equivalent constructors of Expr all have a Maybe CharacterSet field, without any documentation describing what a Nothing would signify in this context. Based on the source code I believe Nothing means "infer the CharacterSet based on the input". If this it the case, some documentation should be added to the constructors to explain this. Alternatively, a sum-type would be more expressive e.g.
The
Lam
,Pi
,Combine
,CombineTypes
,Prefer
andEquivalent
constructors ofExpr
all have aMaybe CharacterSet
field, without any documentation describing what aNothing
would signify in this context. Based on the source code I believeNothing
means "infer theCharacterSet
based on the input". If this it the case, some documentation should be added to the constructors to explain this. Alternatively, a sum-type would be more expressive e.g.The text was updated successfully, but these errors were encountered: