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 default sigil generated by Sord is currently strong, which doesn't make too much sense given that Sord can generated types containing T.untyped which many sets of options.
strict would be a more sensible default, since all methods will have sigs, even if they might use T.untyped.
The text was updated successfully, but these errors were encountered:
The default sigil generated by Sord is currently
strong
, which doesn't make too much sense given that Sord can generated types containingT.untyped
which many sets of options.strict
would be a more sensible default, since all methods will have sigs, even if they might useT.untyped
.The text was updated successfully, but these errors were encountered: