|
| Data.Packed.Internal.Common | | Portability | portable (uses FFI) | | Stability | provisional | | Maintainer | Alberto Ruiz <aruiz@um.es> |
|
|
|
| Description |
| Development utilities.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
debug x = trace (show x) x |
|
| on :: (a -> a -> b) -> (t -> a) -> t -> t -> b | Source |
|
| useful for expressions like sortBy (compare `on` length)
|
|
|
partit 3 [1..9] == [[1,2,3],[4,5,6],[7,8,9]] |
|
|
| obtains the common value of a property of a list
|
|
| (//) :: x -> (x -> y) -> y | Source |
|
| postfix function application (flip ($))
|
|
|
| error codes for the auxiliary functions required by the wrappers
|
|
|
| check the error code
|
|
|
| description of GSL error codes
|
|
|
| conversion of Haskell functions into function pointers that can be used in the C side
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |