Skip to content
  • Thomas Schilling's avatar
    Let parseModule take a ModSummary like checkAndLoadModule did. · 766b34f8
    Thomas Schilling authored
    To get the ModSummary for a ModuleName getModSummary can be used.
    It's not called find* or lookup* because it assumes that the module is
    in the module graph and throws an exception if it cannot be found.
    Overall, I'm not quite sure about the usefulness of this function
    since the user has no control about which filetype to grab (hs or
    hs-boot).
    766b34f8