Skip to content

Commit

Permalink
fix(Prelude): import fromList function by default
Browse files Browse the repository at this point in the history
  • Loading branch information
EMQ-YangM authored and sdzx-1 committed Sep 22, 2020
1 parent a07d32c commit 6e07308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Prelude.hm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module Prelude
, module Data.Function
, module Data.Int
, module Data.List
, module Data.Map
, module Data.Maybe
, module Data.Ord
, module Data.Pid
Expand Down Expand Up @@ -58,6 +59,7 @@ import Data.List (cons, head, splitAt, last, reverse, concat, filter, (++), take
import Data.Float (Double)
import Data.Functor (class Functor, map, (<$>))
import Data.Function (($), apply, const, flip, identity, error, (>>>), (<<<))
import Data.Map (fromList)
import Data.Maybe (Maybe(..))
import Data.Ord (class Ord, max, min, (<), (<=), (>), (>=), between, compare, comparing, greaterThan, greaterThanOrEq, lessThan, lessThanOrEq)
import Data.Ref (Ref, Reference, makeRef)
Expand Down

0 comments on commit 6e07308

Please sign in to comment.