oi-0.4.0: Library for purely functional lazy interactions with the outer world.

Copyright(c) Nobuo Yamashita 2011-2016
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Data.OI.Merge

Contents

Description

Author : Nobuo Yamashita Maintainer : nobsun@sampou.org Stability : experimental

Synopsis

merge list

mergeOI :: [a] -> [a] -> [a] :-> [a] Source

nmergeOI :: [[a]] -> [a] :-> [a] Source