diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2021-03-20 03:48:13 +0200 |
---|---|---|
committer | Oleg Grenrus <oleg.grenrus@iki.fi> | 2021-03-27 01:12:00 +0200 |
commit | 36418c4f70d7d2b179a77925b3ad5caedb08c9b5 (patch) | |
tree | 7398cf9167400d97f6510cfe7b9cc8c3e34c016c /hypsrc-test | |
parent | 3699d74aac686c1e071ab050456698ff2ea8c7df (diff) |
Specialization of Data.List
Diffstat (limited to 'hypsrc-test')
-rw-r--r-- | hypsrc-test/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypsrc-test/Main.hs b/hypsrc-test/Main.hs index f7614927..e7afb61c 100644 --- a/hypsrc-test/Main.hs +++ b/hypsrc-test/Main.hs @@ -2,7 +2,7 @@ import Data.Char -import Data.List +import Data.List (isPrefixOf) import Data.Function (on) import System.Environment |