Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sml

SML sum of binary tree

function sum binary-tree sml

Defined functions in structures in SML results in "value type in structure does not match signature spec"

sml smlnj

Why do I have unexpected '#' in the output for this code?

sml smlnj

Why binding not exhaustive?

pattern-matching sml smlnj ml

How to write to a file in sml

sml

How to compile multiple SML files?

sml mosml

I get datatype, but what is the point of defining types in sml?

sml

Is this considered a curried function?

Standard ML: Iterative vs. Recursive

recursion sml ml

FIx data type in OCaml

Does SML provide an efficient immutable list implementation for very large collections, or should arrays and mutation be used for this optimization?

Return a list of free(unbound) variables in SML

handling exceptions in ML

sml smlnj

Theorem proving from first principles using SML with HOL inference rules

sml theorem-proving hol

Partial functions in SML with user data types

function sml partial dimension

computes the length of list which contains list (SML)

sml smlnj ml

SML: non-constructor applied to argument in pattern @

sml smlnj

Standard ML: making a type transparent with opaque signature ascription

sml signature functor