#root::debug

WithState root/debug/debug.vi:72

struct WithState[F](...);

impl

impl [F; Fork[F]]: Fork[WithState[F]];
impl [F; Drop[F]]: Drop[WithState[F]];
impl [F; Fork[F]]: Fork[WithState[F]];
impl [F; Drop[F]]: Drop[WithState[F]];
impl [F, P, R; Fn[F, P, R]]: Fn[WithState[F], P, R];