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
FunC has Miller-Rabin type system with support for polymorphic functions.
Could you please elaborate in more detail what Miller-Rabin type system is?
It seems like there is some confusion with the Miller-Rabin algorithm. However, the Hindley-Milner type system, which name sounds similar, is not suitable for FunC because it doesn't require explicit forall statements.
The text was updated successfully, but these errors were encountered:
The
Types
page has the following statement:Could you please elaborate in more detail what Miller-Rabin type system is?
It seems like there is some confusion with the Miller-Rabin algorithm. However, the Hindley-Milner type system, which name sounds similar, is not suitable for FunC because it doesn't require explicit
forall
statements.The text was updated successfully, but these errors were encountered: