|
|
|
|
| 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 |
Instances | |
|
|
| data ImportState |
| It is probably best to refrain from direct access to the fields...
| Instances | |
|
|
| data TokenId |
Instances | |
|
|
| data IdKind |
Instances | |
|
|
| 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 |