types

module Foreign.C.Types
base Foreign.C.Types
Mapping of C types to corresponding Haskell types.
module System.Posix.Types
base System.Posix.Types
POSIX data types: Haskell equivalents of the types defined by the <sys/types.h> C header on a POSIX system.
module GHC.IO.Encoding.Types
base GHC.IO.Encoding.Types
Types for text encoding/decoding
package BiobaseTypes
package
Provides an algebraic ring class and instances for Gibbs free energy, partition function probabilities, and scores. Conversion between different entities is provided by a convert function. All entities are ready for the vector library. * Ignore everything except the Ring itself! Version 0.0.2.2
package collada-types
package
Collada is the standard graphics format for data exchange between 3d tools. As well as the file format also its representation as an algebraic data type could be used to make libraries more composable. Please propose changes. Version 0.3
package crypto-pubkey-types
package
Generic cryptography public keys algorithm types Version 0.1.1
package dtd-types
package
This package provides types to represent an XML Document Type Declaration (DTD) as defined in W3C specifications (http://www.w3.org/XML/Core/#Publications). It is intended to be compatible with and extend the set of types in Data.XML.Types provided by the xml-types package. Following the philosophy of Data.XML.Types, the types in this module are not intended to be a strict and complete representation of the model in the W3C specifications; rather, they are intended to be convenient and type-safe for the kinds of processing of DTDs that are commonly done in practice. As such, this model is compatible with both Version 1.0 and Version 1.1 of the XML specification. Therefore, these types are not suitable for type-level validation of the syntax of a DTD. For example: these types are more lenient than the specs about the characters that are allowed in various locations in a DTD; entities of various kinds only appear as distinct syntactic elements in places where they are commonly needed when processing DTDs; etc. Conditional sections are not represented in these types. They should be handled directly by parsers and renderers, if needed. Version 0.3.0.1
HsExpTypeSig :: SrcLoc -> HsExp -> HsQualType -> HsExp
haskell-src Language.Haskell.Syntax
expression type signature
HsTypeSig :: SrcLoc -> [HsName] -> HsQualType -> HsDecl
haskell-src Language.Haskell.Syntax
package http-types
package
Generic HTTP types for Haskell (for both client and server code). Version 0.6.11
package json-types
package
package json2-types
package
1 Version 0.1
package nixos-types
package
This package is obsolete. It's functionality has been merged into http://hackage.haskell.org/package/cabal2nix. Version 1.5
package pandoc-types
package
This package contains definitions for the Pandoc data structure, which is used by pandoc to represent structured documents. These definitions used to live in the pandoc package, but starting with pandoc 1.7, they have been split off, so that other packages can use them without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them. Text.Pandoc.Builder provides functions for building up Pandoc structures programmatically. Text.Pandoc.Generic provides generic functions for manipulating Pandoc documents. Version 1.9.1
package sized-types
package
Providing indices, matrixes, sparse matrixes, and signed and unsigned bit vectors. Version 0.3.4.0
package xcb-types
package
This package provides types which mirror the structures used in the XCB code generation XML files. See project http:xcb.freedesktop.org/ for more information about the XCB project. The XML files describe the data-types, events and requests used by the X Protocol, and are used to auto-generate large parts of the XCB project. This package parses these XML files into Haskell data structures. If you want to do something with these XML descriptions but don't want to learn XSLT, this package should help. This version of xcb-types is intended to fully parse the X Protocol description version 1.4. Version 0.6.1
package xml-types
package
package xournal-types
package
Xournal file format data type including generic interface Version 0.4