HackerExperience / Helix

GNU Affero General Public License v3.0
53 stars 10 forks source link

Add raisable shorthand (!) on CacheQuery functions #285

Closed renatomassaro closed 6 years ago

renatomassaro commented 6 years ago

CacheQuery.something -> {:ok, something} | {:error, reason} CacheQuery.something! -> something | no_return

when implementing, grep for elem(1) pipes using CacheQuery