From 9a3eaceb2982f4342bc2b944d3919276c7670221 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 6 Dec 2020 12:18:16 -0500 Subject: Add missing type signature --- Alpha.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Alpha.hs') diff --git a/Alpha.hs b/Alpha.hs index 5e41649..5d53f71 100644 --- a/Alpha.hs +++ b/Alpha.hs @@ -120,6 +120,7 @@ capitalize :: String -> String capitalize [] = [] capitalize str = (Char.toUpper <| List.head str) : (Char.toLower String lowercase str = [Char.toLower c | c <- str] require :: Text -> Maybe a -> a -- cgit v1.2.3