Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / purescript/purescript-transformers issues and pull requests

#147 - Add MonadST instances

Pull Request - State: closed - Opened by rhendric 5 months ago

#146 - MonadST instances

Issue - State: closed - Opened by rhendric 5 months ago - 1 comment

#145 - Add remaining instances for Comonad transformers

Pull Request - State: closed - Opened by skeate over 1 year ago - 5 comments

#144 - MonadAsk is over constrained

Issue - State: open - Opened by natefaubion about 2 years ago - 2 comments
Labels: type: breaking change

#143 - Prepare v6.0.0 release (1st PS 0.15.0-compatible release)

Pull Request - State: closed - Opened by JordanMartinez about 2 years ago
Labels: purs-0.15

#142 - Update to v0.15.0

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago
Labels: purs-0.15, type: breaking change

#141 - Drop MonadZero

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago - 1 comment
Labels: purs-0.15, type: breaking change

#140 - Error.Class: add convenice lifting functions

Pull Request - State: closed - Opened by hexagonal-sun about 3 years ago - 12 comments

#139 - Fix warnings revealed by v0.14.1 PS release; export functions

Pull Request - State: closed - Opened by JordanMartinez about 3 years ago

#138 - Prepare v5.0.0 release

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#137 - Update changelog since v4.2.0

Pull Request - State: closed - Opened by thomashoneyman over 3 years ago

#136 - Generate changelog and add PR template

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago

#135 - Remove deprecated MonadZero instance (v0.15.0 PS)

Issue - State: closed - Opened by thomashoneyman over 3 years ago
Labels: purs-0.15, type: breaking change

#134 - Migrate to GitHub Actions

Pull Request - State: closed - Opened by thomashoneyman over 3 years ago

#133 - Update to v0.14.0-rc3

Pull Request - State: closed - Opened by paluh over 3 years ago - 4 comments

#132 - Fix documentation for callCC

Pull Request - State: closed - Opened by ursi over 3 years ago - 1 comment

#131 - Fix the asks function

Pull Request - State: closed - Opened by setsunica almost 4 years ago - 3 comments

#130 - Modify the definition of the `asks` function of `ComonadEnv`.

Issue - State: closed - Opened by setsunica almost 4 years ago - 2 comments

#129 - StateT's catchError discards changes to state

Issue - State: open - Opened by cscalfani almost 4 years ago - 6 comments
Labels: type: documentation

#128 - Lazy instances for the remaining transformers

Pull Request - State: open - Opened by artemisSystem almost 4 years ago

#127 - Change Eff to Effect in example

Issue - State: closed - Opened by ursi almost 4 years ago - 6 comments

#126 - Add subclasses to enforce the type class laws

Pull Request - State: closed - Opened by ursi almost 4 years ago - 7 comments

#125 - Bump pulp version

Pull Request - State: closed - Opened by garyb about 4 years ago

#124 - Fix documentation to use Effect instead of Eff

Pull Request - State: closed - Opened by ajnsit about 4 years ago

#123 - Add a `maybe` function for `MaybeT` like the `except` for `ExceptT`

Issue - State: open - Opened by garyb about 4 years ago - 4 comments
Labels: type: enhancement

#122 - Fix Travis CI using Thomas' script

Pull Request - State: closed - Opened by JordanMartinez about 4 years ago - 2 comments

#121 - Add IdentityT

Pull Request - State: closed - Opened by JordanMartinez about 4 years ago - 5 comments

#120 - Add IdentityT

Issue - State: closed - Opened by JordanMartinez over 4 years ago - 9 comments

#119 - Replace "void $ modify" with "modify_"

Pull Request - State: closed - Opened by matoruru over 4 years ago - 1 comment

#118 - maybeToExceptT

Issue - State: open - Opened by BebeSparkelSparkel over 4 years ago
Labels: type: enhancement

#117 - Improve documentation for ListT instances

Issue - State: open - Opened by matthew-hilty almost 5 years ago - 6 comments
Labels: type: documentation

#116 - Alternative MaybeT instance might not be distributive

Issue - State: closed - Opened by LukaJCB almost 5 years ago - 5 comments

#115 - add Monoid instance

Pull Request - State: closed - Opened by safareli about 5 years ago - 2 comments

#114 - ZIO-like monad & transformer

Issue - State: closed - Opened by bbarker about 5 years ago - 5 comments

#113 - Add Functor-, Foldable-, and TraversableWithIndex instances to EnvT

Pull Request - State: closed - Opened by abaco about 5 years ago

#112 - add MonadThrow MonadError instances for Effect

Pull Request - State: closed - Opened by safareli over 5 years ago - 7 comments

#111 - fix typo

Pull Request - State: closed - Opened by Thimoteus over 5 years ago - 1 comment

#110 - Add modify_

Pull Request - State: closed - Opened by garyb about 6 years ago

#109 - Updates for 0.12

Pull Request - State: closed - Opened by garyb about 6 years ago

#108 - Add lift2, lift3, lift4 .... functions?

Issue - State: closed - Opened by georgevarghese185 about 6 years ago - 5 comments

#107 - add ComonadStore instances for EnvT and TracedT

Pull Request - State: closed - Opened by colin-lamed about 6 years ago - 1 comment

#106 - Migrate Eff to Effect

Pull Request - State: closed - Opened by natefaubion over 6 years ago - 1 comment

#105 - Fix typo

Pull Request - State: closed - Opened by joneshf over 6 years ago

#104 - EnvT - Traversable

Pull Request - State: closed - Opened by cryogenian over 6 years ago

#103 - i can't get particular value from API object response

Issue - State: closed - Opened by Rakesh1988Rakesh over 6 years ago

#102 - Change `modify` to return the modified state

Issue - State: closed - Opened by garyb almost 7 years ago - 1 comment
Labels: type: enhancement

#101 - fixes #100

Pull Request - State: closed - Opened by Thimoteus almost 7 years ago - 1 comment

#100 - Traced law not well-typed?

Issue - State: closed - Opened by Thimoteus almost 7 years ago - 2 comments

#99 - Add `note` for `MonadError`

Pull Request - State: closed - Opened by garyb almost 7 years ago - 3 comments

#98 - Add the `writer` function

Pull Request - State: closed - Opened by garyb about 7 years ago - 1 comment

#97 - Define Monoid instance for ReaderT

Pull Request - State: closed - Opened by safareli about 7 years ago - 3 comments

#96 - define missing instances for transformers

Issue - State: closed - Opened by safareli about 7 years ago - 1 comment

#95 - Add try

Pull Request - State: closed - Opened by rightfold about 7 years ago - 1 comment

#94 - Add attempt

Issue - State: closed - Opened by rightfold about 7 years ago - 2 comments

#93 - stack-safe foldl

Pull Request - State: closed - Opened by matthewleon over 7 years ago - 8 comments

#92 - Update for PureScript 0.11

Pull Request - State: closed - Opened by garyb over 7 years ago

#91 - Add MonadThrow class

Pull Request - State: closed - Opened by natefaubion over 7 years ago - 5 comments

#90 - export ListT constructor

Pull Request - State: closed - Opened by matthewleon over 7 years ago

#89 - fix runListT

Pull Request - State: closed - Opened by matthewleon over 7 years ago - 7 comments

#88 - remove runListT

Pull Request - State: closed - Opened by matthewleon over 7 years ago

#87 - evalStateT vs. execStateT

Issue - State: closed - Opened by matthewleon over 7 years ago - 3 comments

#86 - Lazy instance for RWST

Pull Request - State: closed - Opened by mlang over 7 years ago

#85 - Add bracket

Pull Request - State: closed - Opened by rightfold over 7 years ago - 6 comments

#84 - Add missing Plus and Alternative instances for RWST

Pull Request - State: closed - Opened by mlang over 7 years ago - 1 comment

#83 - Export runListT?

Issue - State: closed - Opened by kozak over 7 years ago - 11 comments

#82 - Alt instance for RWST.

Pull Request - State: closed - Opened by mlang over 7 years ago - 1 comment

#81 - Fix name shadowing

Pull Request - State: closed - Opened by clayrat over 7 years ago - 1 comment

#80 - Name shadowed

Issue - State: closed - Opened by clayrat over 7 years ago - 1 comment

#79 - MonadThrow as superclass for MonadError

Issue - State: closed - Opened by natefaubion over 7 years ago - 1 comment
Labels: type: enhancement

#78 - Fix overly-applied synonyms

Pull Request - State: closed - Opened by garyb over 7 years ago - 1 comment

#77 - Prepare for 2.0 release

Pull Request - State: closed - Opened by garyb over 7 years ago - 18 comments

#76 - Bumps dependencies for 2.0 release [WIP]

Pull Request - State: closed - Opened by jqyu over 7 years ago - 1 comment

#75 - Add functional dependencies

Pull Request - State: closed - Opened by paf31 almost 8 years ago

#74 - Generalizes callCC to be rank 2

Pull Request - State: closed - Opened by jqyu almost 8 years ago - 1 comment

#73 - callCC type signature?

Issue - State: closed - Opened by jqyu almost 8 years ago - 2 comments

#72 - ListT.scanl broken?

Issue - State: closed - Opened by DanielGronau almost 8 years ago - 1 comment

#71 - Update installation instructions

Pull Request - State: closed - Opened by arianvp about 8 years ago - 2 comments

#70 - Add Cont monad

Pull Request - State: closed - Opened by parsonsmatt about 8 years ago - 2 comments

#69 - generalise Control.Monad.Except.except to ExceptT

Pull Request - State: closed - Opened by ssadler over 8 years ago - 3 comments

#68 - Fix warnings generated by purescript-0.8.0

Pull Request - State: closed - Opened by telser over 8 years ago - 2 comments

#67 - [Idea] Stack-Safe variant of ContT (not 100% sure)

Issue - State: closed - Opened by clinuxrulz over 8 years ago - 17 comments

#66 - Codensity transformer (weaker than Continuation)

Pull Request - State: closed - Opened by clinuxrulz over 8 years ago - 5 comments

#65 - MonadError Error (Eff e) instance?

Issue - State: closed - Opened by hdgarrood over 8 years ago - 9 comments

#64 - instance resolution error with MonadReader

Issue - State: closed - Opened by cdepillabout over 8 years ago - 2 comments

#63 - Proposal:Split MonadReader and MonadWriter

Issue - State: closed - Opened by ekmett over 8 years ago - 5 comments

#62 - Remove unused imports and qualify external imports

Pull Request - State: closed - Opened by garyb over 8 years ago - 2 comments

#61 - relax WriterT instance constraints

Pull Request - State: closed - Opened by xuwei-k over 8 years ago - 1 comment

#60 - Apply and Applicative instance of ExceptT are inconsistent

Issue - State: closed - Opened by xuwei-k over 8 years ago - 1 comment

#59 - Add `asks`

Issue - State: closed - Opened by garyb over 8 years ago - 1 comment

#58 - bring purescript-transformers version up to date

Issue - State: closed - Opened by jonsterling almost 9 years ago - 1 comment

#57 - Topic/rwst monad rec

Pull Request - State: closed - Opened by ethul almost 9 years ago - 14 comments

#56 - Adding MonadError RWST instance

Pull Request - State: closed - Opened by ethul almost 9 years ago - 1 comment

#55 - MonadRec instance for ReaderT

Pull Request - State: closed - Opened by ethul almost 9 years ago - 3 comments

#54 - MonadReader instance not found for RWST

Issue - State: closed - Opened by ethul almost 9 years ago - 4 comments

#53 - MonadRec instance for RWST

Issue - State: closed - Opened by ethul almost 9 years ago - 3 comments

#52 - fix link to examples in readme

Pull Request - State: closed - Opened by jbrownson almost 9 years ago - 1 comment

#49 - Updates for next major release

Pull Request - State: closed - Opened by paf31 almost 9 years ago - 8 comments

#36 - Add Comonad examples

Issue - State: open - Opened by paf31 over 9 years ago
Labels: type: documentation

#35 - Add remaining Comonad* instances

Issue - State: closed - Opened by paf31 over 9 years ago - 3 comments
Labels: type: enhancement

#28 - Failed Instance Resolution for State

Issue - State: closed - Opened by pseudonom over 9 years ago - 2 comments