Created
October 13, 2015 02:46
-
-
Save chadaustin/b07b256cafbf9bf0694a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
examples/basic/BasicTest.hs:7:5: | |
Illegal variable name: ‘Equal’ | |
When splicing a TH expression: | |
\x_0 x_1 -> Battery.Test.assert' (['e', | |
'x', | |
'a', | |
'm', | |
'p', | |
'l', | |
'e', | |
's', | |
'/', | |
'b', | |
'a', | |
's', | |
'i', | |
'c', | |
'/', | |
'B', | |
'a', | |
's', | |
'i', | |
'c', | |
'T', | |
'e', | |
's', | |
't', | |
'.', | |
'h', | |
's'], | |
7) (Battery.Test.Equal x_0 x_1) | |
In the splice: $assertEqual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment