You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.
Error found:
in module Data.AddressBook.Validation
at C:\chapter7\src\Data\AddressBook\Validation.purs line 31, column 3 - line 38, column 6
Could not match type
{ unicode :: Boolean
, sticky :: Boolean
, multiline :: Boolean
, ignoreCase :: Boolean
, global :: Boolean
}
with type
RegexFlags
while checking that type { unicode :: Boolean
, sticky :: Boolean
, multiline :: Boolean
, ignoreCase :: Boolean
, global :: Boolean
}
is at least as general as type RegexFlags
while checking that expression { unicode: false
, sticky: false
, multiline: false
, ignoreCase: false
, global: false
}
has type RegexFlags
in value declaration phoneNumberRegex
See https://github.com/purescript/purescript/wiki/Error-Code-TypesDoNotUnify for more information,
or to contribute content related to this error.
* ERROR: Subcommand terminated with exit code 1
I hadn't altered anything and there isn't a type definition in the module for the "RegexFlags" type to work off of debugging. Could this be a setup issue on my side of things?
The text was updated successfully, but these errors were encountered:
Hmm, this works for me, so I'm not sure what's gone wrong here. Maybe you should try using the latest code on the 0.11.3 branch until that version is released.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ran into an issue with trying to build chapter 7
I got the following error message
I hadn't altered anything and there isn't a type definition in the module for the "RegexFlags" type to work off of debugging. Could this be a setup issue on my side of things?
The text was updated successfully, but these errors were encountered: