Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions markup/ml
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ Real.toString 3.14||7 + int_of_string "12" _
73.9 + (read "0.037")::Double _
##gray|//raises exception if string doesn't completely parse//##||
||[[# join]][#join-note join] _
@<&nbsp;>@|| || ||System.String.Join(" ", ["do"; "re"; "mi"])|| ||
@<&nbsp;>@|| ||String.concat "_" ["a"; "b"; "c"; "d"]||System.String.Join(" ", ["do"; "re"; "mi"])|| ||
||[[# split]][#split-note split] _
@<&nbsp;>@|| || ||"do re mi".Split(' ')|| ||
@<&nbsp;>@|| ||Str.split_delim (Str.regexp " ") "do re mi"||"do re mi".Split(' ')|| ||
||[[# char-type]][#char-type-note character type] _
@<&nbsp;>@||char||char||char||Char||
||[[# char-literal]][#char-literal-note character literal]||#"h"||'h'||'h'||'h'||
Expand Down Expand Up @@ -1971,4 +1971,4 @@ The OCaml top level provides [http://caml.inria.fr/pub/docs/manual-ocaml/manual0
+ Haskell

[http://www.haskell.org/onlinereport/haskell2010/ Haskell 2010 Language Report]
[http://www.haskell.org/ghc/docs/latest/html/libraries/index.html Haskell Hierarchical Libraries]
[http://www.haskell.org/ghc/docs/latest/html/libraries/index.html Haskell Hierarchical Libraries]