M - A - public interface Free<M,A>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Free.Impure<M,A,Self extends HK<M,Free<M,A>,Self>> |
static class |
Free.Pure<M,A> |
| Modifier and Type | Method and Description |
|---|---|
static <M,A,Self extends HK<M,Free<M,A>,Self>> |
impure(HK<M,Free<M,A>,Self> s) |
static <M,A> Free<M,A> |
pure(A a) |
Copyright © 2017. All rights reserved.