YhcSource codeContentsIndex
Import
Synopsis
data Flags
data ImportState
data TokenId
data IdKind
type HideDeclIds = (HideDeclType, HideDeclData, HideDeclDataPrim, HideDeclClass, HideDeclInstance, HideDeclVarsType)
readFirst :: [String] -> IO (String, String)
importOne :: Flags -> ImportState -> Map String FilePath -> (PackedString, (PackedString, PackedString, Set TokenId) -> [[TokenId]] -> Bool, HideDeclIds) -> IO ImportState
Documentation
data Flags
show/hide Instances
Show Flags
data ImportState
It is probably best to refrain from direct access to the fields...
show/hide Instances
data TokenId
show/hide Instances
data IdKind
show/hide Instances
Eq IdKind
Ord IdKind
Show IdKind
type HideDeclIds = (HideDeclType, HideDeclData, HideDeclDataPrim, HideDeclClass, HideDeclInstance, HideDeclVarsType)
readFirst :: [String] -> IO (String, String)
Given a list of filenames, return filename and its content of first file that was read successfully (intention: other filenames may not exist)
importOne :: Flags -> ImportState -> Map String FilePath -> (PackedString, (PackedString, PackedString, Set TokenId) -> [[TokenId]] -> Bool, HideDeclIds) -> IO ImportState
Produced by Haddock version 0.8