Package: @effect/printer
Module: Doc
The cat combinator lays out two documents separated by nothing.
Signature
declare const cat: { <B>(that: Doc<B>): <A>(self: Doc<A>) => Doc<B | A>; <A, B>(self: Doc<A>, that: Doc<B>): Doc<A | B>; }
Since v1.0.0