| |||||
| |||||
| Description | |||||
| Atom compilation. | |||||
| Synopsis | |||||
| |||||
| Documentation | |||||
| compile :: Name -> Config -> Atom () -> IO (Schedule, RuleCoverage, [Name], [Name], [(Name, Type)]) | |||||
| Compiles an atom description to C. | |||||
| reportSchedule :: Schedule -> String | |||||
| type Schedule = [(Int, Int, [Rule])] | |||||
| Produced by Haddock version 2.7.2 |