packages feed

jacinda-0.3.0.0: lib/maybe.jac

fn isJust(x) :=
  option #f ([:#t) x;

fn isNothing(x) :=
  option #t ([:#f) x;