I hereby claim:
- I am brendanhay on github.
- I am brendanhay (https://keybase.io/brendanhay) on keybase.
- I have a public key ASBepRJ5c1aqNDIttsfjKhWblNrWWMogjAppbnPnrnW8Hgo
To claim this, I am signing this object:
| downloading 'https://cache.nixos.org/jh30yfs48khjm4vm5x3y69s5b5la4sa9.narinfo' | |
| downloading 'https://urbit-linux.cachix.org/nar/540b39d1e047ec7b847901752e79cdaa1bb4a6f2053c18608bda3c6a831bb8d4.nar.xz' | |
| querying info about '/nix/store/wvj7g45j497n1z7xldi9k8mn7gd5y855-bootstrap_cmds-dev-tools-7.0' on 'https://cache.nixos.org' | |
| downloading 'https://cache.nixos.org/wvj7g45j497n1z7xldi9k8mn7gd5y855.narinfo' | |
| querying info about '/nix/store/wvj7g45j497n1z7xldi9k8mn7gd5y855-bootstrap_cmds-dev-tools-7.0' on 'https://urbit-linux.cachix.org' | |
| downloading 'https://urbit-linux.cachix.org/wvj7g45j497n1z7xldi9k8mn7gd5y855.narinfo' | |
| building '/nix/store/jh30yfs48khjm4vm5x3y69s5b5la4sa9-bootstrap_cmds-dev-tools-7.0.drv' | |
| unpacking sources | |
| unpacking source archive /nix/store/lzizcvlfhc44iqlsb5qhfprxms5rqd3m-bootstrap_cmds-93.tar.gz | |
| source root is bootstrap_cmds-93 |
| {-# LANGUAGE ConstraintKinds #-} | |
| {-# LANGUAGE DataKinds #-} | |
| {-# LANGUAGE PolyKinds #-} | |
| {-# LANGUAGE TypeFamilies #-} | |
| {-# LANGUAGE TypeOperators #-} | |
| {-# LANGUAGE ViewPatterns #-} | |
| module Subnet | |
| ( KnownBits | |
| , bitmask |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/vowpalwabbit/vwdll.h b/vowpalwabbit/vwdll.h | |
| index 4ccc36f8..6c659b7a 100644 | |
| --- a/vowpalwabbit/vwdll.h | |
| +++ b/vowpalwabbit/vwdll.h | |
| @@ -57,7 +57,6 @@ typedef void * VW_EXAMPLE; | |
| typedef void * VW_LABEL; | |
| typedef void * VW_FEATURE_SPACE; | |
| typedef void * VW_FEATURE; | |
| -typedef void * VW_IOBUF; | |
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} | |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE TypeFamilies #-} | |
| {-# LANGUAGE UndecidableInstances #-} | |
| module MonadControlGHC8 where | |
| import Control.Applicative (Alternative, Applicative) | |
| import Control.Monad.Base (MonadBase) | |
| import Control.Monad.Reader (MonadReader, ReaderT) |
| flag optimise | |
| Description: Turns on -O2 optimizations | |
| Default: False | |
| library | |
| ... | |
| if flag(optimise) | |
| ghc-options: -O2 -Wall -Werror | |
| else | |
| ghc-options: -O1 -Wall |
| 位: type ExampleResource = "foo" :> "bar" :> Capture "alt" Text :> QueryParam "quote" Bool :> Get '[JSON] Text | |
| 位: let p = Proxy :: Proxy ExampleResource | |
| 位: let u = BaseUrl Http | |
| 位: let u = BaseUrl Http "localhost" 8080 | |
| 位: let example = client p u | |
| 位: :t example | |
| example :: Text -> Maybe Bool -> EitherT ServantError IO Text |
| amazonka-ec2: 187 | |
| amazonka-iam: 114 | |
| amazonka-rds: 81 | |
| amazonka-opsworks: 75 | |
| amazonka-redshift: 64 | |
| amazonka-s3: 57 | |
| amazonka-storagegateway: 55 | |
| amazonka-autoscaling: 53 | |
| amazonka-elasticache: 42 | |
| amazonka-elasticbeanstalk: 37 |
| #!/usr/bin/env bash | |
| set -e | |
| core=( documentation amazonka-core amazonka ) | |
| priority_=( s3 autoscaling elb sqs iam ec2 ) | |
| priority=${priority_[@]/#/amazonka-} | |
| library_=( $(ls -d amazonka-*) ) |
| lvl768_r4v5V | |
| :: Data.CaseInsensitive.Internal.CI Data.Text.Internal.Text | |
| [GblId, Str=DmdType] | |
| lvl768_r4v5V = | |
| case Data.Text.unpackCString# "disabled"# | |
| of dt_a19nJ | |
| { Data.Text.Internal.Text ipv_s19nM ipv1_s19nN ipv2_s19nO -> | |
| case GHC.ST.runSTRep | |
| @ Data.Text.Internal.Text | |
| (\ (@ s1_a19nY) (s2_a19nZ :: GHC.Prim.State# s1_a19nY) -> |