Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ml

operator and operand don't agree [equality type required]

sml ml

int -> ('a -> 'a)

ml function of type fn : 'a -> 'b

How to instantiate a functor in SML?

SML: What would be the best way to go through a list to take every other value?

list sml ml mosml

Type Inference in OCaml

Use of "and" for multiple mutual recursive functions in Ocaml

SML arithmetic function's type is inferred to int

types sml smlnj ml

On context for resolving typing ambiguity in Standard ML

types sml type-inference ml

What is the difference between function declarations `f x y` and `f (x, y)` in Standard ML?

ml

(ML) Modules vs (Haskell) Type Classes

haskell sml ml

SML/NJ - One line length function using foldr

sml fold smlnj ml

OCaml functions passing in one less argument

EQUALOP error message with SML

syntax sml ml

Are there other ways to deconstruct option types in OCaml?

ocaml ml code-readability

foldr/foldl with logic operators in SML

OCaml used in demonstrations?

ocaml ml

datatype Nt = int | string in ML

sml ml

Can I use Gambit-C, Mlton, or Chicken Scheme with Google's Native Client

Inferred type appears to detect an infinite loop, but what's really happening?