Error messages

$ make idris –build calc.ipkg Entering directory `./src’ Can’t find import Data/Nat make: * [build] Error 1

➯ make check doc idris –checkpkg babyml.ipkg Entering directory `./src’ ./Syntax.idr:16:1: error: expected: “)”, “->”, “;”, “in”, ambiguous use of a left-associative operator, ambiguous use of a non-associative operator, ambiguous use of a right-associative operator, declaration, end of input, matching application expression export public ^ Type checking ./Syntax.idr make: * [check] Error 1

➯ make idris –build babyml.ipkg Entering directory `./src’ Type checking ./TypeCheck.idr TypeCheck.idr:17:9: When checking right hand side of TypeCheck.check with expected type Either TypeError Ty

When checking an application of function TypeCheck.typeError: Can’t disambiguate since no name has a suitable type: Prelude.List.++, Prelude.Strings.++ make: * [build] Error 1

Other