Skip to content

Instantly share code, notes, and snippets.

View lsmor's full-sized avatar

Luis Morillo lsmor

View GitHub Profile
#!/usr/bin/env cabal
{- cabal:
build-depends: base >= 4.19, bytestring, containers
default-language: GHC2021
-}
{-# LANGUAGE ExtendedLiterals #-}
{-# LANGUAGE MagicHash #-}
{-# OPTIONS_GHC -Wall -O2 -threaded #-}