Skip to content
  • Iustin Pop's avatar
    Fix a few style issue in hcheck · 81bcbbd3
    Iustin Pop authored
    
    
    This fixes a couple of issue I've seen while fixing the List import:
    
    - removes over-use of printf with putStr/show
    - wraps some lines
    - removes superfluous parentheses in constructs like 'IO (a)'
    - makes sure that in type signatures, the '->' are placed at the
      beginning, not end of the line
    
    We probably need to update the style guide for some of these…
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
    81bcbbd3