What does the period / dot mean?
forall a. Num a => a -> a -> a
Is it merely a separator?
Yes, it's just a syntactic separator. It separates variable declarations from variable usages, just like the ->
in a lambda expression. It means "Here endeth the binders". I suppose the language designers went for .
because it's 22 characters shorter.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With