sml
Standard ML: how to execute another function within a function?
Currently, my code looks like this: fun gradImage () = let val iImg = Gdimage.image(640,480) (0,0,0); val void = mapi gradient iImg;[详细]
2022-12-15 10:18 分类:问答How to 'fix' the SML/NJ interactive system to use Arrow Keys
I\'m having some trouble using SML/NJ interactive system, namely, that when I try to use my arrow keys (either left or right to make a correction in the expression I\'ve typed, up to repeat the last e[详细]
2022-12-14 07:06 分类:问答Moscow ML - several if statements in one function
i\'m having some trouble with one part of a function. My function needs an input string of at least 3 characters to avoid error, to do this a want to add one or two \".\" in the var. L开发者_高级运维o[详细]
2022-12-13 19:54 分类:问答What causes this Standard-ML type error?
I was trying to make a tail-recursive version of this very simple SML function: fun suffixes [] = [[]][详细]
2022-12-13 19:35 分类:问答SML/NJ - Pattern Matching an Dynamic Typing
Is it possible to write functions with dynamically typed input parameters? I tried pattern matching, but apparently it does not work like this.[详细]
2022-12-12 11:19 分类:问答Getting started with Standard ML
I\'m looking for some kind of \"ML for beginners\" guide - google has led me to some obscure mailing lists or way-over-my-he开发者_如何学Goad texts so far.[详细]
2022-12-10 09:10 分类:问答