john-kelly / elm-postgrest

Make PostgREST requests in Elm
109 stars 14 forks source link

change `not` function #32

Closed john-kelly closed 6 years ago

john-kelly commented 7 years ago

maybe unnecessarily confusing that you HAVE to use Postgrest.not

john-kelly commented 7 years ago

name it isNot

EDIT: isNot is confusing b/c it is not related to the is operator

john-kelly commented 7 years ago

curious about thoughts on this one. is it only really a problem b/c Basics.not automagically required?