Skip to content

Instantly share code, notes, and snippets.

@thomashoneyman
Created July 29, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomashoneyman/0d50c736503fc9a5c72f8796e70d77d1 to your computer and use it in GitHub Desktop.
Save thomashoneyman/0d50c736503fc9a5c72f8796e70d77d1 to your computer and use it in GitHub Desktop.
Example REPL config for `purescript-profunctor-lenses`
import Prelude
import Data.Array as Array
import Data.Either (Either(..))
import Data.Lens
import Data.Lens.At (at)
import Data.Lens.Index (ix)
import Data.Lens.Record (prop)
import Data.Lens.Iso.Newtype (_Newtype)
import Data.Map (Map)
import Data.Map as Map
import Data.Maybe (Maybe(..))
import Data.Monoid.Additive (Additive(..))
import Data.Newtype (class Newtype, unwrap, wrap)
import Data.Symbol (SProxy(..))
import Data.Tuple (Tuple(..))
import Network.RemoteData (RemoteData(..), _Success)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment