- specWithMongoDB.hs:23:25:
- Ambiguous type variable `a0' in the constraints:
- (Val a0) arising from a use of `at' at specWithMongoDB.hs:23:25-26
- (Data.String.IsString a0) arising from the literal `"Ohta Rina"'
- at specWithMongoDB.hs:23:45-55
- (Eq a0) arising from a use of `==' at specWithMongoDB.hs:23:42-43
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: at
- In the expression: at $ "name"
- In the first argument of `(==)', namely `(at $ "name") doc'
- specWithMongoDB.hs:29:32:
- Ambiguous type variable `v0' in the constraints:
- (Val v0) arising from a use of `=:' at specWithMongoDB.hs:29:32-33
- (Data.String.IsString v0) arising from the literal `"1"'
- at specWithMongoDB.hs:29:35-37
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "user_id" =: "1"
- In the expression:
- ["user_id" =: "1", "name" =: "Abbey Lee Kershaw"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:29:47:
- Ambiguous type variable `v1' in the constraints:
- (Val v1) arising from a use of `=:' at specWithMongoDB.hs:29:47-48
- (Data.String.IsString
- v1) arising from the literal `"Abbey Lee Kershaw"'
- at specWithMongoDB.hs:29:50-68
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "name" =: "Abbey Lee Kershaw"
- In the expression:
- ["user_id" =: "1", "name" =: "Abbey Lee Kershaw"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:30:32:
- Ambiguous type variable `v2' in the constraints:
- (Val v2) arising from a use of `=:' at specWithMongoDB.hs:30:32-33
- (Data.String.IsString v2) arising from the literal `"2"'
- at specWithMongoDB.hs:30:35-37
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "user_id" =: "2"
- In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:30:47:
- Ambiguous type variable `v3' in the constraints:
- (Val v3) arising from a use of `=:' at specWithMongoDB.hs:30:47-48
- (Data.String.IsString v3) arising from the literal `"Miyamoto Rie"'
- at specWithMongoDB.hs:30:50-63
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "name" =: "Miyamoto Rie"
- In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Abbey Lee Kershaw"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:36:32:
- Ambiguous type variable `v4' in the constraints:
- (Val v4) arising from a use of `=:' at specWithMongoDB.hs:36:32-33
- (Data.String.IsString v4) arising from the literal `"1"'
- at specWithMongoDB.hs:36:35-37
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "user_id" =: "1"
- In the expression: ["user_id" =: "1", "name" =: "Ohta Rina"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Ohta Rina"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:36:47:
- Ambiguous type variable `v5' in the constraints:
- (Val v5) arising from a use of `=:' at specWithMongoDB.hs:36:47-48
- (Data.String.IsString v5) arising from the literal `"Ohta Rina"'
- at specWithMongoDB.hs:36:50-60
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "name" =: "Ohta Rina"
- In the expression: ["user_id" =: "1", "name" =: "Ohta Rina"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Ohta Rina"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:37:32:
- Ambiguous type variable `v6' in the constraints:
- (Val v6) arising from a use of `=:' at specWithMongoDB.hs:37:32-33
- (Data.String.IsString v6) arising from the literal `"2"'
- at specWithMongoDB.hs:37:35-37
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "user_id" =: "2"
- In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Ohta Rina"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'
- specWithMongoDB.hs:37:47:
- Ambiguous type variable `v7' in the constraints:
- (Val v7) arising from a use of `=:' at specWithMongoDB.hs:37:47-48
- (Data.String.IsString v7) arising from the literal `"Miyamoto Rie"'
- at specWithMongoDB.hs:37:50-63
- Probable fix: add a type signature that fixes these type variable(s)
- In the expression: "name" =: "Miyamoto Rie"
- In the expression: ["user_id" =: "2", "name" =: "Miyamoto Rie"]
- In the second argument of `insertMany', namely
- `[["user_id" =: "1", "name" =: "Ohta Rina"],
- ["user_id" =: "2", "name" =: "Miyamoto Rie"]]'