Fix merge conflict
This commit is contained in:
parent
adb57dce72
commit
5ca3b1c210
1 changed files with 2 additions and 7 deletions
|
@ -233,13 +233,8 @@ whereJS :: Selector -> Javascript -> Selector
|
|||
whereJS sel js = ("$where" =: js) : sel
|
||||
|
||||
class Select aQueryOrSelection where
|
||||
<<<<<<< HEAD
|
||||
select :: Selector -> Collection -> aQueryOrSelection
|
||||
-- ^ 'Query' or 'Selection' that selects documents in collection that match selector. The choice of type depends on use, for example, in @'find' (select sel col)@ it is a Query, and in @'delete' (select sel col)@ it is a Selection.
|
||||
=======
|
||||
select :: Selector -> Collection -> aQueryOrSelection
|
||||
-- ^ 'Query' or 'Selection' that selects documents in collection that match selector. The choice of type depends on use, for example, in @find (select sel col)@ it is a Query, and in @delete (select sel col)@ it is a Selection.
|
||||
>>>>>>> refs/heads/pr-20
|
||||
|
||||
instance Select Selection where
|
||||
select = Select
|
||||
|
|
Loading…
Reference in a new issue