# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "monad" in publications use:' type: software license: MIT title: 'monad: Operators and Generics for Monads' version: 0.1.1 doi: 10.32614/CRAN.package.monad abstract: Compose generic monadic function pipelines with %>>% and %>-% based on implementing the 'S7' generics fmap() and bind(). Methods are provided for the built-in list type and the maybe class from the 'maybe' package. The concepts are modelled directly after the Monad typeclass in Haskell, but adapted for idiomatic use in R. authors: - family-names: Marttila given-names: Mikko email: mikkmart@protonmail.com repository: https://mikmart.r-universe.dev repository-code: https://github.com/mikmart/monad commit: fb8502bee93315724e1c730f699183bf49cf4225 url: https://mikmart.github.io/monad/ contact: - family-names: Marttila given-names: Mikko email: mikkmart@protonmail.com