The following code is giving me `Unnecessary parens` ``` test : Bool test = (if True then identity else identity ) True ```