sml
Experiences teaching or learning map/reduce/etc before recursion? [closed]
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[详细]
2023-01-01 21:29 分类:问答SML/NJ incomplete match
I wonder how people handle nonexhaustive match warnings in the SML/NJ compiler. For example, I may define a datatype[详细]
2022-12-25 08:52 分类:问答How to solve Traveling Salesman in SML? [closed]
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.[详细]
2022-12-22 18:52 分类:问答Insert element into a tree from a list in Standard ML
I have just started to learn SML on my own and get stuck with a question from the tutorial. Let say I have:[详细]
2022-12-22 14:18 分类:问答Conversion from imperative to functional programming [Python to Standard ML]
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[详细]
2022-12-21 02:17 分类:问答convert string to list in Standard ML [duplicate]
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:[详细]
2022-12-19 10:57 分类:问答Strongly Connected Components (SCC graph algorithm) in SML [closed]
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[详细]
2022-12-18 08:54 分类:问答Polymorphic function as return value and value restriction in SML
Basically, I want to have a function to return a polymorphic function, some thing like this: fun foo () = fn x => x[详细]
2022-12-18 02:41 分类:问答ML IDE and Compiler for Windows or Linux or Mac
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[详细]
2022-12-15 19:30 分类:问答Line Comments in Standard ML
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[详细]
2022-12-15 17:26 分类:问答