1
0
forked from GitHub/gf-core

Merge branch 'master' into majestic

This commit is contained in:
Krasimir Angelov
2022-05-31 08:05:00 +02:00
11 changed files with 211 additions and 35 deletions

View File

@@ -1,4 +1,6 @@
{-# LANGUAGE CPP, MagicHash #-}
-- This module makes profiling a lot slower, so don't add automatic cost centres
{-# OPTIONS_GHC -fno-prof-auto #-}
-- for unboxed shifts
-----------------------------------------------------------------------------