Package: @effect/printer Module: Doc
@effect/printer
Doc
Returns true if the specified Doc is a Fail, false otherwise.
true
Fail
false
Signature
declare const isFail: <A>(self: Doc<A>) => self is Fail<A>
Source
Since v1.0.0