leftOrCrash property

L leftOrCrash

Implementation

L get leftOrCrash =>
    fold(_id, (R r) => throw Exception('leftOrCrash called on Right'));