どういう文脈でTsuru Capitalが出てきているのでしょうか
_ <- accept sock
の次に print sock
を入れると問題は起きないので、そういうことかな。fdSocket
が原因とされている理由がまだ分かりません。ブロックするAPIが、ソケットがGCされないことを保守すればよい(できるか分からないけど)?class C a b | a -> b where ... hoge :: Forall2 (ValueIs C) as bs => Record as -> Record bs
C a b
の b
側を h :* xs
の h
に載せるのか。TypeFamily で。ソースコードに任意のテキスト書き加えて "Hello world" と出力させるクイズ
をやってました。include Math Out, *, Count = $>, $<, E ** (2 * PI) Out.puts("Hello world" * Count.abs.round)
def say }-> { "Hello world" } yield end puts say { "Goodbye world" }