John Wiegley
John Wiegley
I've found these useful as a UI for `fastsum` in my lens-oriented code: ```haskell {-# LANGUAGE AllowAmbiguousTypes #-} {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE FlexibleContexts #-}...
In `Control.Applicative`, `` is defined as having fixity `infixl 3`, but in Parsec it is defined as `infixr 1`. Is there a reason for this difference? Should Parsec be changed...
http://hackage.haskell.org/package/hlibgit2
I have the following code right now: ``` ocaml Require Import Category. Require Import Sized. Require Import Combinators. Require Import Numbers. Require Import NEList. Require Import Coq.NArith.NArith. Require Import Coq.QArith.QArith....
Note that I'm well aware I am editing a file that asks not to be modified, but Obelisk gives us no other way to vary the resolution of the thunk,...
# Description This changes allows one to submit motion proposal directly using quill, rather than having to involve dfx. Usage: ``` quill neuron-manage --proposal-title "" --proposal-summary-file " ``` # How...
# Description This updates the Nix support to more recent versions. # How Has This Been Tested? I was able to use `nix-shell` and `cargo test` again on my local...
Right now we use PEM files to provide an identity for signing requests, but we'd also like to support NitroHSM (for node providers) and the Ledger Nano, and then possibly...