next node: [ /~ ] to [ 19 ],
prev node: [ + ] to [ - ],
up to node: Function Index


Function Index [ -! ] to [ /_ ]

[ ! ] [ !! ] [ !- ] [ !? ] [ !_ ] [ # ] [ $ ] [ % ] [ & ] [ &? ] [ * ] [ *& ] [ *+ ] [ *_ ] [ + ] [ +% ] [ ++ ] [ +/ ] [ - ] [ -! ] [ -- ] [ -> ] [ -? ] [ . ] [ .! ] [ .. ] [ .: ] [ / ] [ /& ] [ // ] [ /\ ] [ /_ ] [ /~ ] [ 0: ] [ 0? ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ 17 ] [ 18 ] [ 19 ] [ 1: ] [ 1s ] [ 20 ] [ 21 ] [ 22 ] [ 23 ] [ 24 ] [ 25 ] [ 26 ] [ 27 ] [ 28 ] [ 29 ] [ 2: ] [ 2n ] [ 30 ] [ 31 ] [ 32 ] [ 3: ] [ 3r ] [ 4: ] [ 4t ] [ 51 ] [ 5: ] [ 64 ] [ 6: ] [ 7: ] [ 8: ] [ 9: ] [ :- ] [ :: ] [ := ] [ ; ] [ ;? ] [ < ] [ <* ] [ <+ ] [ <- ] [ << ] [ <= ] [ <> ] [ <? ] [ <_ ] [ <| ] [ <~ ] [ = ] [ => ] [ =? ] [ > ] [ >. ] [ >= ] [ >> ] [ >? ] [ ? ] [ @ ] [ @! ] [ @& ] [ @/ ] [ @; ] [ @< ] [ @> ] [ @? ] [ @\ ] [ \ ] [ \/ ] [ \~ ] [ ^ ] [ ^* ] [ ^+ ] [ ^- ] [ ^^ ] [ ^| ] [ __ ] [ _e ] [ ` ] [ `` ] [ a: ] [ aa ] [ ab ] [ ac ] [ ad ] [ ae ] [ ag ] [ al ] [ am ] [ an ] [ ap ] [ ar ] [ as ] [ at ] [ av ] [ aw ] [ az ] [ b: ] [ ba ] [ bb ] [ be ] [ bg ] [ bi ] [ bl ] [ bo ] [ br ] [ bs ] [ bu ] [ bw ] [ c: ] [ ca ] [ cc ] [ ce ] [ cf ] [ ch ] [ ci ] [ cl ] [ cm ] [ co ] [ cr ] [ ct ] [ cu ] [ d: ] [ da ] [ db ] [ de ] [ di ] [ dl ] [ do ] [ dr ] [ ds ] [ e: ] [ ea ] [ ec ] [ ed ] [ eg ] [ el ] [ em ] [ en ] [ eo ] [ ep ] [ eq ] [ er ] [ et ] [ ev ] [ ex ] [ f: ] [ fa ] [ fe ] [ fg ] [ fi ] [ fl ] [ fm ] [ fo ] [ fr ] [ ft ] [ fu ] [ g: ] [ ga ] [ ge ] [ go ] [ gr ] [ gu ] [ h: ] [ ha ] [ hc ] [ he ] [ hi ] [ ho ] [ hs ] [ i: ] [ ia ] [ ic ] [ id ] [ ig ] [ il ] [ im ] [ in ] [ io ] [ ip ] [ is ] [ it ] [ iv ] [ j: ] [ jo ] [ ju ] [ k: ] [ ka ] [ ke ] [ ki ] [ l: ] [ la ] [ lb ] [ le ] [ li ] [ ln ] [ lo ] [ lp ] [ lr ] [ ls ] [ m: ] [ ma ] [ me ] [ mi ] [ mk ] [ mo ] [ ms ] [ mt ] [ mu ] [ n1 ] [ n2 ] [ n: ] [ na ] [ ne ] [ ni ] [ nl ] [ no ] [ nt ] [ nu ] [ o: ] [ oa ] [ oc ] [ od ] [ og ] [ ok ] [ om ] [ oo ] [ op ] [ or ] [ ot ] [ ou ] [ ov ] [ ow ] [ p: ] [ pa ] [ pc ] [ pe ] [ pg ] [ ph ] [ pi ] [ pl ] [ po ] [ pp ] [ pr ] [ ps ] [ pu ] [ px ] [ q: ] [ qu ] [ r: ] [ ra ] [ rb ] [ re ] [ rg ] [ rh ] [ ri ] [ rm ] [ ro ] [ rp ] [ rr ] [ rs ] [ rt ] [ ru ] [ rw ] [ s: ] [ sa ] [ sc ] [ se ] [ sh ] [ si ] [ sk ] [ sl ] [ sm ] [ so ] [ sp ] [ sq ] [ ss ] [ st ] [ su ] [ sw ] [ sy ] [ t: ] [ ta ] [ tc ] [ te ] [ th ] [ ti ] [ tl ] [ tm ] [ to ] [ tr ] [ tu ] [ ty ] [ u: ] [ ua ] [ uc ] [ ud ] [ ug ] [ um ] [ un ] [ up ] [ us ] [ ut ] [ v: ] [ va ] [ vc ] [ ve ] [ vi ] [ vt ] [ vu ] [ w: ] [ wa ] [ wc ] [ wd ] [ we ] [ wh ] [ wi ] [ wo ] [ wr ] [ ws ] [ x: ] [ x? ] [ xc ] [ xi ] [ xo ] [ xs ] [ y: ] [ ya ] [ yc ] [ yd ] [ ye ] [ yi ] [ ys ] [ z: ] [ ze ] [ zi ] [ { ] [ {< ] [ {} ] [ | ] [ |! ] [ |- ] [ |. ] [ |< ] [ |= ] [ |> ] [ |^ ] [ |~ ] [ } ] [ ~ ]

-!

-!-> bool ** (() -> denotation) -> com[void]

--

-- denotation
-- nat -> denotation

->

->! nat -> fmt
->| fmt

-?

-? event -> bool
-?-> bool ** (() -> com[void]) -> com[void]

.

. arg ** (arg -> res) -> res
. nat ** nat -> real

.!

.! interpreter ** denotation ** denotation -> com[string]
.! interpreter ** denotation -> com[string]

..

.. fmt ** fmt -> fmt
.. nat ** nat -> (nat -> char) -> string
.. nat ** nat -> (nat -> codom) -> natMap
.. nat ** nat -> (nat -> data) -> bag
.. nat ** nat -> (nat -> data) -> seq
.. nat ** nat -> (nat -> data) -> set : [1], [2]
.. nat ** nat -> (nat -> dom) ** (dom -> codom) -> map : [1], [2], [3]
.. nat ** nat -> (nat -> nat) -> set
.. nat -> (nat -> data) -> iseq
..* seq[fmt] -> fmt
..|..* fmt ** seq[fmt] -> fmt

.:

.:= interpreter ** denotation ** denotation ** string -> com[void]
.:= interpreter ** denotation ** string -> com[void]

/

/ (char ** char -> char) ** string -> char
/ (char ** to -> to) ** to ** string -> to
/ (char ** to -> to) ** to -> string -> to
/ (codom ** to -> to) ** to ** map[dom, <, codom] -> to : [1], [2], [3]
/ (codom ** to -> to) ** to ** natMap[codom] -> to
/ (codom ** to -> to) ** to -> map[dom, <, codom] -> to : [1], [2]
/ (data ** data -> data) ** array[data] -> data
/ (data ** data -> data) ** bag[data, <] -> data
/ (data ** data -> data) ** dArray[data] -> data
/ (data ** data -> data) ** seq[data] -> data
/ (data ** data -> data) ** set[data, <] -> data : [1], [2]
/ (dom ** codom ** data ** to -> to) ** to ** rel[dom, <, codom, <, data] -> to
/ (dom ** codom ** to -> to) ** to ** map[dom, <, codom] -> to : [1], [2], [3]
/ (dom ** codom ** to -> to) ** to -> map[dom, <, codom] -> to : [1], [2]
/ (from ** ans[to] -> com[to]) ** ans[to] ** seq[from] -> com[to]
/ (from ** ans[to] -> com[to]) ** ans[to] -> seq[from] -> com[to]
/ (from ** nat ** to -> to) ** to ** bag[from, <] -> to
/ (from ** nat ** to -> to) ** to -> bag[from, <] -> to
/ (from ** to ** to -> to) ** to ** bstree[from, <] -> to
/ (from ** to ** to -> to) ** to ** heap[from, <] -> to
/ (from ** to ** to -> to) ** to ** tree[from] -> to
/ (from ** to -> to) ** to ** array[from] -> to
/ (from ** to -> to) ** to ** bag[from, <] -> to
/ (from ** to -> to) ** to ** dArray[from] -> to
/ (from ** to -> to) ** to ** heap[from, <] -> to
/ (from ** to -> to) ** to ** seq[from] -> to
/ (from ** to -> to) ** to ** set[from, <] -> to : [1], [2]
/ (from ** to -> to) ** to -> array[from] -> to
/ (from ** to -> to) ** to -> bag[from, <] -> to
/ (from ** to -> to) ** to -> seq[from] -> to
/ (from ** to -> to) ** to -> set[from, <] -> to
/ (nat ** codom ** to -> to) ** to ** natMap[codom] -> to
/ (nat ** from ** to -> to) ** to ** array[from] -> to
/ (nat ** from ** to -> to) ** to ** dArray[from] -> to
/ (nat ** from ** to -> to) ** to -> array[from] -> to
/ (nat ** nat -> nat) ** set -> nat
/ (nat ** to -> to) ** to ** set -> to
/ (to -> from ** to) ** to -> iseq[from]
/ char
/ int ** int -> int
/ nat ** nat -> nat
/ real ** real -> real
/ sreal ** sreal -> sreal

/&

/& (from ** to -> com[to]) ** to ** seq[from] -> com[to]
/& (from ** to -> com[to]) ** to -> seq[from] -> com[to]

//

// (from ** ans[to] -> com[to]) ** seq[from] -> ans[to] -> com[to]

/\

/\ bool ** bool -> bool

/_

/_in (from ** to -> to) ** to ** bstree[from, <] -> to
/_in (from ** to -> to) ** to ** heap[from, <] -> to
/_in (from ** to -> to) ** to ** tree[from] -> to
/_post (from ** to -> to) ** to ** bstree[from, <] -> to
/_post (from ** to -> to) ** to ** heap[from, <] -> to
/_post (from ** to -> to) ** to ** tree[from] -> to
/_pre (from ** to -> to) ** to ** bstree[from, <] -> to
/_pre (from ** to -> to) ** to ** heap[from, <] -> to
/_pre (from ** to -> to) ** to ** tree[from] -> to


next node: [ /~ ] to [ 19 ],
prev node: [ + ] to [ - ],
up to node: Function Index