Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 5.48 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. specWithMongoDB.hs:23:25:
  2.     Ambiguous type variable `a0' in the constraints:
  3.       (Val a0) arising from a use of `at' at specWithMongoDB.hs:23:25-26
  4.       (Data.String.IsString a0) arising from the literal `"Ohta Rina"'
  5.                                 at specWithMongoDB.hs:23:45-55
  6.       (Eq a0) arising from a use of `==' at specWithMongoDB.hs:23:42-43
  7.     Probable fix: add a type signature that fixes these type variable(s)
  8.     In the expression: at
  9.     In the expression: at $ "name"
  10.     In the first argument of `(==)', namely `(at $ "name") doc'
  11.  
  12. specWithMongoDB.hs:29:32:
  13.     Ambiguous type variable `v0' in the constraints:
  14.       (Val v0) arising from a use of `=:' at specWithMongoDB.hs:29:32-33
  15.       (Data.String.IsString v0) arising from the literal `"1"'
  16.                                 at specWithMongoDB.hs:29:35-37
  17.     Probable fix: add a type signature that fixes these type variable(s)
  18.     In the expression: "user_id" =: "1"
  19.     In the expression:
  20.       ["user_id" =: "1", "name" =: "Abbey Lee Kershaw"]
  21.     In the second argument of `insertMany', namely
  22.       `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
  23.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  24.  
  25. specWithMongoDB.hs:29:47:
  26.     Ambiguous type variable `v1' in the constraints:
  27.       (Val v1) arising from a use of `=:' at specWithMongoDB.hs:29:47-48
  28.       (Data.String.IsString
  29.          v1) arising from the literal `"Abbey Lee Kershaw"'
  30.              at specWithMongoDB.hs:29:50-68
  31.     Probable fix: add a type signature that fixes these type variable(s)
  32.     In the expression: "name" =: "Abbey Lee Kershaw"
  33.     In the expression:
  34.       ["user_id" =: "1", "name" =: "Abbey Lee Kershaw"]
  35.     In the second argument of `insertMany', namely
  36.       `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
  37.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  38.  
  39. specWithMongoDB.hs:30:32:
  40.     Ambiguous type variable `v2' in the constraints:
  41.       (Val v2) arising from a use of `=:' at specWithMongoDB.hs:30:32-33
  42.       (Data.String.IsString v2) arising from the literal `"2"'
  43.                                 at specWithMongoDB.hs:30:35-37
  44.     Probable fix: add a type signature that fixes these type variable(s)
  45.     In the expression: "user_id" =: "2"
  46.     In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
  47.     In the second argument of `insertMany', namely
  48.       `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
  49.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  50.  
  51. specWithMongoDB.hs:30:47:
  52.     Ambiguous type variable `v3' in the constraints:
  53.       (Val v3) arising from a use of `=:' at specWithMongoDB.hs:30:47-48
  54.       (Data.String.IsString v3) arising from the literal `"Miyamoto Rie"'
  55.                                 at specWithMongoDB.hs:30:50-63
  56.     Probable fix: add a type signature that fixes these type variable(s)
  57.     In the expression: "name" =: "Miyamoto Rie"
  58.     In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
  59.     In the second argument of `insertMany', namely
  60.       `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
  61.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  62.  
  63. specWithMongoDB.hs:36:32:
  64.     Ambiguous type variable `v4' in the constraints:
  65.       (Val v4) arising from a use of `=:' at specWithMongoDB.hs:36:32-33
  66.       (Data.String.IsString v4) arising from the literal `"1"'
  67.                                 at specWithMongoDB.hs:36:35-37
  68.     Probable fix: add a type signature that fixes these type variable(s)
  69.     In the expression: "user_id" =: "1"
  70.     In the expression: ["user_id" =: "1", "name" =: "Ohta Rina"]
  71.     In the second argument of `insertMany', namely
  72.       `[["user_id" =: "1", "name" =: "Ohta Rina"],
  73.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  74.  
  75. specWithMongoDB.hs:36:47:
  76.     Ambiguous type variable `v5' in the constraints:
  77.       (Val v5) arising from a use of `=:' at specWithMongoDB.hs:36:47-48
  78.       (Data.String.IsString v5) arising from the literal `"Ohta Rina"'
  79.                                 at specWithMongoDB.hs:36:50-60
  80.     Probable fix: add a type signature that fixes these type variable(s)
  81.     In the expression: "name" =: "Ohta Rina"
  82.     In the expression: ["user_id" =: "1", "name" =: "Ohta Rina"]
  83.     In the second argument of `insertMany', namely
  84.       `[["user_id" =: "1", "name" =: "Ohta Rina"],
  85.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  86.  
  87. specWithMongoDB.hs:37:32:
  88.     Ambiguous type variable `v6' in the constraints:
  89.       (Val v6) arising from a use of `=:' at specWithMongoDB.hs:37:32-33
  90.       (Data.String.IsString v6) arising from the literal `"2"'
  91.                                 at specWithMongoDB.hs:37:35-37
  92.     Probable fix: add a type signature that fixes these type variable(s)
  93.     In the expression: "user_id" =: "2"
  94.     In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
  95.     In the second argument of `insertMany', namely
  96.       `[["user_id" =: "1", "name" =: "Ohta Rina"],
  97.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
  98.  
  99. specWithMongoDB.hs:37:47:
  100.     Ambiguous type variable `v7' in the constraints:
  101.       (Val v7) arising from a use of `=:' at specWithMongoDB.hs:37:47-48
  102.       (Data.String.IsString v7) arising from the literal `"Miyamoto Rie"'
  103.                                 at specWithMongoDB.hs:37:50-63
  104.     Probable fix: add a type signature that fixes these type variable(s)
  105.     In the expression: "name" =: "Miyamoto Rie"
  106.     In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
  107.     In the second argument of `insertMany', namely
  108.       `[["user_id" =: "1", "name" =: "Ohta Rina"],
  109.         ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'