mirror of
https://github.com/coot/free-category.git
synced 2024-11-22 16:22:05 +03:00
parent
ede68196c8
commit
f098617665
@ -37,7 +37,7 @@ module Control.Category.Free
|
|||||||
, foldlQ
|
, foldlQ
|
||||||
, zipWithQ
|
, zipWithQ
|
||||||
|
|
||||||
-- * Type alligned list
|
-- * Type aligned list
|
||||||
, ListTr (..)
|
, ListTr (..)
|
||||||
, liftL
|
, liftL
|
||||||
, foldNatL
|
, foldNatL
|
||||||
|
@ -268,7 +268,7 @@ instance ArrowChoice f => ArrowChoice (ListTr f) where
|
|||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
-- | Type alligned real time queues; Based on `Purely Functinal Data Structures`
|
-- | Type aligned real time queues; Based on `Purely Functinal Data Structures`
|
||||||
-- C.Okasaki. This the most reliably behaved implementation of free categories
|
-- C.Okasaki. This the most reliably behaved implementation of free categories
|
||||||
-- in this package.
|
-- in this package.
|
||||||
--
|
--
|
||||||
|
Loading…
Reference in New Issue
Block a user