# Pastebin PkVts157 hs-cimple/test/Language/Cimple/ASTSpec.hs:26:12: error: • Couldn't match kind ‘* -> *’ with ‘*’ When matching types f0 :: * -> * Fix :: (* -> *) -> * Expected type: Node lexeme -> AnnotNode lexeme Actual type: f0 a0 -> f0 b0 • In the expression: fmap undefined In an equation for ‘addAnnot’: addAnnot = fmap undefined | 26 | addAnnot = fmap undefined | ^^^^^^^^^^^^^^