algebra-checkers icon indicating copy to clipboard operation
algebra-checkers copied to clipboard

Modeler goes haywire if there are no models

Open isovector opened this issue 4 years ago • 0 comments

If you don't add any mu mappings, you get a big chain of TH errors:

    • The type signature for ‘delEntity’ lacks an accompanying binding
        (The type signature must be given where ‘delEntity’ is declared)
    • In the Template Haskell quotation
        [d| delEntity :: Id -> System w -> System w
            getEntity :: Id -> System w -> Maybe (w)
            queryEntity :: Id -> Query w a -> System w -> Maybe a
            setEntity :: Id -> Setter w -> System w -> System w

isovector avatar May 11 '20 02:05 isovector