diff options
author | chessai <chessai1996@gmail.com> | 2021-02-23 15:17:27 -0800 |
---|---|---|
committer | chessai <chessai1996@gmail.com> | 2021-02-23 15:17:27 -0800 |
commit | 1182f75bd77e470d80481114af7e250155d79467 (patch) | |
tree | ae757ac68a8c06803c66f63870ec02d0295ebb30 | |
parent | 48f564fd637a5d904f58e35a4606fc9812cba02e (diff) | |
download | haskell-wip/monomorphise-data-list.tar.gz |
module name fixwip/monomorphise-data-list
-rw-r--r-- | libraries/base/Data/List.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/List.hs b/libraries/base/Data/List.hs index f27bc325d1..b7934c8655 100644 --- a/libraries/base/Data/List.hs +++ b/libraries/base/Data/List.hs @@ -19,7 +19,7 @@ -- ----------------------------------------------------------------------------- -module Data.OldList +module Data.List ( -- * Basic functions |