Documentation
data IBCFile Source
Constructors
IBCFile | |
Fields - ver :: Word8
-
- sourcefile :: FilePath
-
- ibc_imports :: [FilePath]
-
- ibc_implicits :: [(Name, [PArg])]
-
- ibc_fixes :: [FixDecl]
-
- ibc_statics :: [(Name, [Bool])]
-
- ibc_classes :: [(Name, ClassInfo)]
-
- ibc_instances :: [(Bool, Name, Name)]
-
- ibc_dsls :: [(Name, DSL)]
-
- ibc_datatypes :: [(Name, TypeInfo)]
-
- ibc_optimise :: [(Name, OptInfo)]
-
- ibc_syntax :: [Syntax]
-
- ibc_keywords :: [String]
-
- ibc_objs :: [(Codegen, FilePath)]
-
- ibc_libs :: [(Codegen, String)]
-
- ibc_cgflags :: [(Codegen, String)]
-
- ibc_dynamic_libs :: [String]
-
- ibc_hdrs :: [(Codegen, String)]
-
- ibc_access :: [(Name, Accessibility)]
-
- ibc_total :: [(Name, Totality)]
-
- ibc_flags :: [(Name, [FnOpt])]
-
- ibc_cg :: [(Name, CGInfo)]
-
- ibc_defs :: [(Name, Def)]
-
- ibc_docstrings :: [(Name, String)]
-
- ibc_transforms :: [(Term, Term)]
-
- ibc_coercions :: [Name]
-
- ibc_lineapps :: [(FilePath, Int, PTerm)]
-
|