fst

fst :: (a, b) -> a
base Prelude, base Data.Tuple
Extract the first component of a pair.
package fst
package
Fst is an application for construction and running of finite state transducers. The application was written purely in Haskell, and is intended to be a tool for the Haskell programmer, especially for ones that develop language applications. Version 0.9.0.1
deRefStablePtr :: StablePtr a -> IO a
base Foreign.StablePtr
Obtain the Haskell value referenced by a stable pointer, i.e., the same value that was passed to the corresponding call to makeStablePtr. If the argument to deRefStablePtr has already been freed using freeStablePtr, the behaviour of deRefStablePtr is undefined.
bufState :: Buffer e -> BufferState
base GHC.IO.Buffer
Depth32fStencil8 :: PixelInternalFormat
OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable
mapFst :: (a -> b) -> (a, c) -> (b, c)
fgl Data.Graph.Inductive.Query.Monad