[cabalize operation
paolo.veronelli@gmail.com**20080131083117] {
hunk ./Hedi.cabal 12
-Executable hed
+Executable hedi
hunk ./docs/Editor.html 1960
->Editor runner .
+>editor runner .
hunk ./docs/Engine.html 303
-> :: a -> Maybe [String] :: a -> [a] :: a -> Maybe [String] :: a -> [a]cycle :: Engine w => w -> [w]
|
last :: Engine w => Change w |
|
first :: Engine w => Change w |
|
:: a -> Maybe [String] | :: a -> [a]Get all the elements from the addressed one to the last one
+>Create all the engines from the addressed one to the last one
hunk ./docs/Engine.html 904
-> :: a -> Maybe [String] :: a -> [a]Get all elemnts from the start to the addressed one included
+>Create all the engines from the start to the addressed one included
hunk ./docs/Engine.html 1009
+>
|
cycle :: Engine w => w -> [w] |
all the next engines from the addressed one to its previous , wrapping around
+ |
|
last :: Engine w => Change w |
last element if present
+ |
|
first :: Engine w => Change w |
first element if present
+ |
how :: Engine w => Offset -> w -> Maybe w |
|
|
how :: Engine w => Offset -> w -> Maybe w |
cycle | Engine | first | Engine |
|
how | Offset | last | Engine |
testSIO | Test |
|