From 6c72ee7b29b5b69e93854fde67cbc7a53f998ed7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Jan 2021 19:54:06 -0500 Subject: Refactor lint - print results sequentially instead of all at once at the end - don't try and run all linters concurrently - filter out directories (can't lint those) --- Alpha.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alpha.hs') diff --git a/Alpha.hs b/Alpha.hs index 788a125..7da7161 100644 --- a/Alpha.hs +++ b/Alpha.hs @@ -133,7 +133,7 @@ infixr 0 <| (|>) :: a -> (a -> b) -> b f |> g = g f -infixl 0 |> +infixl 1 |> -- | Alias for <&>. Can be read as "and then". Basically does into a -- functor, does some computation, then returns the same kind of -- cgit v1.2.3