Skip to content

Remove Show (Some a) and Eq (Some a). Add a newtype SomeSingletonType1 providing those instances using deriving via. #3464

Remove Show (Some a) and Eq (Some a). Add a newtype SomeSingletonType1 providing those instances using deriving via.

Remove Show (Some a) and Eq (Some a). Add a newtype SomeSingletonType1 providing those instances using deriving via. #3464

Workflow file for this run

name: Check HLint
on:
merge_group:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/hlint-scan@v1