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
4 changes: 2 additions & 2 deletions markup/ml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Real.toString 3.14||7 + int_of_string "12" _
||[[# str-len]][#str-len-note length] _
@<&nbsp;>@||size "hello"||String.length "hello"||"hello".Length||length "hello"||
||[[# index-substr]][#index-substr-note index of substring]|| || ||"hello".IndexOf("hell")|| ||
||[[# substr]][#substr-note extract substring]||substring ("hello",0,4)||String.sub "hello" 0 4||"hello".Substring(0, 4)||drop 0 (take 4 "hello")||
||[[# substr]][#substr-note extract substring]||substring ("hello",0,4)||String.sub "hello" 0 4||"hello".Substring(0, 4)||take 4 (drop 0 "hello")||
||[[# extract-char]][#extract-char-note extract character]||String.sub ("hello", 0)||"hello".[0]||"hello".[0]||"hello" !! 0||
||[[# chr-ord]][#chr-ord-note chr and ord]||ord #"a" _
chr 97||Char.code 'a' _
Expand Down Expand Up @@ -1973,4 +1973,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]