difftastic/vendor/tree-sitter-hare/example/addr.ha

6 lines
109 B
Plaintext

// A UNIX socket address.
export type addr = str;
// Invalid UNIX socket path.
export type invalid = void!;