Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PSWriter :: State Builder m -> PSWriter mdiagrams-postscript Graphics.Rendering.Postscript No documentation available.
-
direct-sqlite Database.SQLite3 Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:
>Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?" >bindParameterCount stmt ParamIndex 6
This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned. ParamIndex :: Int -> ParamIndexdirect-sqlite Database.SQLite3 No documentation available.
-
direct-sqlite Database.SQLite3.Bindings.Types Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:
>Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?" >bindParameterCount stmt ParamIndex 6
This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned. ParamIndex :: Int -> ParamIndexdirect-sqlite Database.SQLite3.Bindings.Types No documentation available.
-
direct-sqlite Database.SQLite3.Direct Index of a parameter in a parameterized query. Parameter indices start from 1. When a query is prepared, SQLite allocates an array indexed from 1 to the highest parameter index. For example:
>Right stmt <- prepare conn "SELECT ?1, ?5, ?3, ?" >bindParameterCount stmt ParamIndex 6
This will allocate an array indexed from 1 to 6 (? takes the highest preceding index plus one). The array is initialized with null values. When you bind a parameter with bindSQLData, it assigns a new value to one of these indices. See https://www.sqlite.org/lang_expr.html#varparam for the syntax of parameter placeholders, and how parameter indices are assigned. ParamIndex :: Int -> ParamIndexdirect-sqlite Database.SQLite3.Direct No documentation available.
ParallelShutdown :: ShutdownModedistributed-process-supervisor Control.Distributed.Process.Supervisor No documentation available.
-
distributed-process-supervisor Control.Distributed.Process.Supervisor a permanent child will always be restarted
module Distribution.Nixpkgs.
PackageMap Build a lookup table from package identifiers to full attribute paths in nixpkgs.