EN VI
Posts (0)
Questions (2)
2024-03-14 13:00:11
A good reference for this would be to review how the standard library is implemented. It's doubtful you're going to find a "better" way to do things than they do. I you consider set.mli and set.ml you...
Tags: Interface ocaml signature
2024-03-15 04:00:12
As a specification, the function type 'a -> t is stating that the function accepts arguments of any type 'a and returns a t. The only values of this type are functions that ignore the first argument a...
Tags: types ocaml signature

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login