error.km 149 B

12345678
  1. export function is-eof:
  2. &(Error) => Bool
  3. native 'is-eof';
  4. export function is-closed-pipe:
  5. &(Error) => Bool
  6. native 'is-closed-pipe';