YhcSource codeContentsIndex
Yhc.Core.Strictness
Synopsis
coreStrictness :: Core -> CoreFuncName -> [Bool]
coreStrictnessCustom :: Map CoreFuncName [Bool] -> Core -> CoreFuncName -> [Bool]
Documentation
coreStrictness :: Core -> CoreFuncName -> [Bool]
Given a function, return a list of arguments. True is strict in that argument, False is not. [] is unknown strictness
coreStrictnessCustom :: Map CoreFuncName [Bool] -> Core -> CoreFuncName -> [Bool]
Same as coreStrictness, but the strictness map is "precharged" with something a custom Core converter would like to be specifically strict.
Produced by Haddock version 0.8