C开发者_运维百科losed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
I wonder how people handle nonexhaustive match warnings in the SML/NJ compiler. For example, I may define a datatype
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetoric开发者_运维问答al andcannot be reasonably answered in its current form.
I have just started to learn SML on my own and get stuck with a question from the tutorial. Let say I have:
I have a function specification that states it that should evaluate a polynomial function of one variable. The coefficient of the function is given as a list.It also accepts the value of the variable
This question already has answers here: Closed 12 years ago. Possible Duplicate: Open file in ML(SMLNJ) I have a string value which has value like this:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Basically, I want to have a function to return a polymorphic function, some thing like this: fun foo () = fn x => x
I have to write some code in ML and it is my first time I`m going to use the language. Is there any Development Environment for Standard开发者_StackOverflow社区 ML? (preferably under Windows). I tried
I\'m learning ML, with th开发者_运维问答e SML/NJ dialect. What I\'m trying to figure out is if there is a line comment operator. I found the block comment operator, (* ... *), but I really miss line c