Join Slack
Powered by
`typealias StateTPartialFOf<F> = Kind<Sta...
# arrow
s
simon.vergauwen
04/20/2019, 8:07 AM
typealias StateTPartialFOf<F> = Kind<StateT, F>
<- this leaves you with
StateT<F, ?, ?>
where
?
is used to denote not applied yet
Open in Slack
Previous
Next