aryairani on hashqualified-name
support hashqualified args for … (compare)
aryairani on hashqualified-name
propagate wip wip on propagate code compiles, started on unhas… and 19 more (compare)
aryairani on master
wip Refactored actions cleanup and 1 more (compare)
runarorama on actionsrefactor
cleanup (compare)
aryairani on hashqualified-name
autocompleting hash-qualified n… (compare)
aryairani on hashqualified-name
simplified PrettyPrintEnv (compare)
runarorama on actionsrefactor
Refactored actions (compare)
aryairani on remove-req
problem: The definition below r… (compare)
aryairani on hashqualified-name
well, maybe this time. (compare)
Optional a ->{Abort} a
conversions.
traverse
is just map
StateT s (Either e)
, you'd have to handle
a State s
into Error e
.
State
gets, but leave puts alone
ZIO has something similar but it’s implemented (last time I lurked) by deferring until all effects have been handled, you can’t observe anything interesting about a partially evaluated effect type.
I think internally something like `ZIO[State with Error, A].contramap[State](state => state with error): ZIO[State]
is happening.
Hi everyone
I'm starting to play around with unison but I'm a bit lost... Is there some docs about the REPL? I was able to get it running without problems but I'm not sure what it does, looking at the commands it doesn't seems to be a "normal" REPL
Maybe I'm missing some of the docs? Is there a basic example-like tuotorial to get something going quickly?
Thanks