@traversable/schema
    Preparing search index...
    interface Some<T> {
        _tag: "Option::Some";
        "[symbol_typeclass]"?: F.Option;
        value: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    _tag: "Option::Some"
    "[symbol_typeclass]"?: F.Option
    value: T