import { type FState } from "https://deno.land/x/fun@v2.0.0/examples/freer.ts";
Define State in terms of Freer
type FFState s = FFree (State s)
import { type FState } from "https://deno.land/x/fun@v2.0.0/examples/freer.ts";
Define State in terms of Freer
type FFState s = FFree (State s)