interface KindState
implements Kind
import { type KindState } from "https://deno.land/x/fun@v2.0.0/state.ts";
Specifies State as a Higher Kinded Type, with covariant parameter A in the 0th index of any substitutions and invariant parameter E in the 0th parameter of any substitutions.