This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE DefaultSignatures | |
, EmptyDataDecls | |
, FlexibleInstances | |
, FunctionalDependencies | |
, KindSignatures | |
, OverlappingInstances | |
, ScopedTypeVariables | |
, TypeOperators | |
, UndecidableInstances | |
, ViewPatterns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE DeriveDataTypeable, TemplateHaskell, TypeFamilies, EmptyDataDecls, TypeOperators #-} | |
module Main where | |
-------------------------------------------------------------------------------- | |
import Criterion.Main | |
import Control.DeepSeq (NFData, rnf, deepseq) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE DeriveDataTypeable #-} | |
-- | | |
-- Module : Data.Attoparsec.Text.Number | |
-- Copyright : Bryan O'Sullivan 2011, Bas van Dijk 2011 | |
-- License : BSD3 | |
-- | |
-- Maintainer : [email protected] | |
-- Stability : experimental | |
-- Portability : unknown | |
-- |
NewerOlder