namespace Frduino.Lib.Seq
#nowarn "3535"

open Stdlib.Asyncseq

type Builder =
abstract member append<'T, 'K> : M<'T, 'K> -> (M<'T, 'K> -> M<'T, 'K>)