Closed juergenhoetzel closed 7 years ago
The when-let
macro that you're using here comes from a library that is not listed in Monroe's dependencies; it would be better to replace it with separate when
and let
. Thanks.
The when-let macro that you're using here comes from a library that is not listed in Monroe's dependencies; it would be better to replace it with separate when and let. Thanks.
Good Point. I amended the commit.
Thanks @juergenhoetzel for the patch and @technomancy for catching missing macro issue. Merged.
To avoid searching/entering the port manually (this is just a stripped down/simple version of the corresponding cider functionality)
Thanks for this nice package :+1: