chore: relax occur check

fix #512
This commit is contained in:
Shunsuke Shibayama 2024-05-24 19:08:36 +09:00
parent 559b465888
commit cb385a86e4
6 changed files with 73 additions and 31 deletions

View file

@ -422,6 +422,6 @@ The name of the operating system dependent module imported. The following names
topdown := Bool,
onerror := Subroutine,
followlinks := Bool
) => Iterator [Str, [Str; _], [Str; _]]
) => Iterator((Str, [Str; _], [Str; _]),)
.write!: (fd: Nat or FileDescriptor, str: Bytes) => Nat
.writev!: (fd: Nat or FileDescriptor, buffers: Ref(ByteArray!)) => Nat