Type alias MutRef<S, A>

MutRef<S, A>: {
    [mutRefNominal]: [S, A];
}

A mutable variable in state thread S, containing a value of type A.

Type Parameters

  • S

  • A

Type declaration

  • [mutRefNominal]: [S, A]

Generated using TypeDoc