1
1
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:
Rick Winfrey 2016-11-09 17:40:56 -06:00
parent ac872df76c
commit f0ae836d03

View File

@ -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