A | |
| alist [Configuration_files] |
An alist is just a list of pairs:
|
| arg [Wrapper] |
An argument is a string.
|
B | |
| binop [StringExtra.Extra] |
Curryfied binary operation on strings.
|
C | |
| call [Wrapper] |
A call is a directly executable command, as for instance,
"ls" or "wc -l" or "cat | grep -v".
|
| choice [Widget.ComboTextTree] |
A choice is simply a string.
|
| choices [Widget.ComboTextTree] |
The type
choices represent a choice list, of course.
|
| command [Wrapper] |
A command is a string.
|
| command [UnixExtra.Extra] |
A command is a string.
|
| content [Wrapper] |
A content is a string.
|
| content [UnixExtra.Extra] |
A content is a string.
|
F | |
| filename [UnixExtra.Extra] |
A filename is a string.
|
| filename [Shell] |
A filename is a string.
|
| filexpr [Shell] |
A filexpr is a string (with meta-characters, for instance
"/etc/*tab").
|
| filter [Sugar] |
A filter is function that transform elements in the same domain
(endo-function).
|
| filter [StringExtra.Extra.Text.Matrix] |
A text matrix filter is a function from and to string list lists.
|
| filter [StringExtra.Extra.Text] |
A text filter is a function from and to string lists.
|
| foldername [UnixExtra.Extra] |
A foldername is a string.
|
| foldername [Shell] |
A foldername is a string.
|
I | |
| identifier [Sugar] |
Equivalent to
int.
|
L | |
| line [StringExtra.Extra] |
A line is a string terminating with a newline
'\n'.
|
R | |
| result [StrExtra.Extra] |
The result of a matching of a regular expression with a string may be:
|
S | |
| script [Wrapper] |
A script is a command containing some positional parameters
$1, $2,...
|
T | |
| t [StringExtra.Extra.Text.Matrix] |
A (word structured) text is a matrix of strings.
|
| t [StringExtra.Extra.Text] |
A (line structured) text is a list of strings.
|
| t [Memo] |
The abstract type of memoisation tables.
|
| t [Hashset] |
The abstract type of an hashset.
|
| t [Hashmmap] |
The abstract type of an hashmmap.
|
| t [Hashmap] |
The abstract type of an hashmap.
|