JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias FslSourceLocation

    type FslSourceLocation = {
        end: FslSourcePoint;
        start: FslSourcePoint;
    }
    Index