test-state icon indicating copy to clipboard operation
test-state copied to clipboard

Index state

Open japgolly opened this issue 6 years ago • 0 comments

It would be a huge, messy change but state should be indexed such that

compose :: Action f r o s1 s2 e
        -> Action f r o s2 s3 e 
        -> Action f r o s1 s3 e

japgolly avatar May 30 '18 01:05 japgolly