Skip to content

Commit

Permalink
Fix typo (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jul 17, 2021
1 parent 4cacc54 commit 35c6127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rel8/Tabulate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ ensure (Predicate mp) = traverse_ (\k -> traverse_ (\p -> where_ (p k)) mp)
-- stopping a 'Tabulation' from containing multiple rows with the same key, so
-- technically @Map k (NonEmpty a)@ is more accurate.
--
-- 'Tabulation's can be created from 'Query's with 'fromQuery' and 'littQuery'
-- 'Tabulation's can be created from 'Query's with 'fromQuery' and 'liftQuery'
-- and converted back to 'Query's with 'lookup' and 'toQuery' (though note the
-- caveats that come with the latter).
type Tabulation :: Type -> Type -> Type
Expand Down

0 comments on commit 35c6127

Please sign in to comment.