What is Nostr?
正気・腕力・犬 /
npub1agg…aw24
2024-06-23 10:52:53

正気・腕力・犬 on Nostr: instance Semigroup Model3d where Solid (Box 0 0 0) <> b = b a <> Solid (Box 0 0 0) = ...



instance Semigroup Model3d where
Solid (Box 0 0 0) <> b = b
a <> Solid (Box 0 0 0) = a
a <> (Union bs) = union $ a : bs
(Union as) <> b = union $ as ++ [b]
a <> b = union [a, b]ヨシ!と思ったが速くならなかった 元のunionのネストが遅いというのがなんか幻覚を見ていたらしい
Author Public Key
npub1agg85wls8etmefuqr9ah8s5lq8zgeq2npr75p6se536pr3qulg0qnhaw24