core (pq): tests (#3882)

* core (pq): tests

* rename

* move

* test allow

* mute test output

* pq combinators

* refactor

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
spaced4ndy 2024-03-09 03:09:12 +04:00 committed by GitHub
parent 19ca4f7447
commit 191d833947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 225 additions and 12 deletions

View file

@ -5,6 +5,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -fno-warn-ambiguous-fields #-}