|
|
|
|
|
|
| Synopsis |
|
|
|
|
| Types
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
| Instances
|
|
| Main code
|
|
|
| The main verifier which calls the sub-verifiers.
|
|
|
| Given a list of function declarations, checks for multiple function
declarations, including the functions' subfunctions.
|
|
|
|
| Helper functions
|
|
|
| Given two Tok t, compares the ts.
|
|
|
|
|
|
|
| Returns a list of the functions in the given block.
|
|
|
| Given a FunDecl, returns the token representing the name.
|
|
|
| Given a FunDecl, returns its inner body as a list.
|
|
|
| Given a ValidName returns the string representing the name.
|
|
| Misc
|
|
|
| Like dropWhile but drops the first element in the result.
|
|
|
|
| Produced by Haddock version 2.6.1 |