Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Binomial Heaps: proof that merge runs in O(log n) time

Standard ML Proof of soundness?

c compiler-construction sml ml

Changing identical types in OCAML

Example of nested signatures in OCaml?

module ocaml ml

Does SML (Poly) have a CL-like REPL?

Deriving type expression in ML

File seeking with SML Basis

Explain ML type inference to a C++ programmer

Getting started with Standard ML

Finding an item in a list and returning its index - OCaml

What does pipe ( | ) mean in ML Programming?

pattern-matching sml ml

Is function application evaluation order deterministic in SML?

sml ml

Pass operator to function in ML

ml

Is there a standard higher order function for applying a transformation several times?

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