mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
Make ana part of the Prologue
This commit is contained in:
parent
ac872df76c
commit
f0ae836d03
@ -3,7 +3,7 @@ module Prologue
|
||||
, lookup
|
||||
, (&&&)
|
||||
, (***)
|
||||
, hylo, cata, para
|
||||
, hylo, cata, para, ana
|
||||
, module Data.Hashable
|
||||
, last
|
||||
) where
|
||||
@ -17,6 +17,6 @@ import Control.Comonad as X
|
||||
|
||||
import Control.Arrow ((&&&), (***))
|
||||
|
||||
import Data.Functor.Foldable (hylo, cata, para)
|
||||
import Data.Functor.Foldable (hylo, cata, para, ana)
|
||||
|
||||
import Data.Hashable
|
||||
|
Loading…
Reference in New Issue
Block a user