Brain Just Exploded

2017-01-31

/Users/rcook/src/pansite/app/Main.hs:69:26: error:
    • My brain just exploded
      I can't handle pattern bindings for existential or GADT data constructors.
      Instead, use a case-expression, or do-notation, to unpack the constructor.
    • In the pattern: ToolConfigParser toolConfigParser

      In a pattern binding:
        (ToolConfigParser toolConfigParser)
          = case HashMap.lookup name m of {

Tags

Haskell

Content © 2024 Richard Cook. All rights reserved.