We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ada9b commit 193a30aCopy full SHA for 193a30a
1 file changed
test/Main.purs
@@ -38,7 +38,7 @@ main = runAff C.print (const $ C.log "All ok") $ do
38
39
data Artist = Artist
40
{ name :: String
41
- , year :: Number
+ , year :: Int
42
}
43
44
connectionInfo =
0 commit comments