Skip to content
  • Michele Tartara's avatar
    Prevent LV parser compile error · f5d84060
    Michele Tartara authored
    
    
    The LV parser is not compiled correctly by more recent versions of GHC
    because of more strict checks.
    
    lvCommand is a surely non-empty list, but the compiler still refuses it
    asking for explicitly management of the empty list case.
    
    Instead of managing that case (that would be meaningless), the lvCommand
    is split into lvCommand and lvParams, that can be used independently.
    
    Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
    Reviewed-by: default avatarKlaus Aehlig <aehlig@google.com>
    f5d84060