I hereby claim:
- I am danburton on github.
- I am danburton (https://keybase.io/danburton) on keybase.
- I have a public key ASB6oUatP8vG6qqfHwAyVlCixPOub2U3XEXzoUpi9Yvewwo
To claim this, I am signing this object:
| (define-type (Tree a) (U (leaf a) (node a))) | |
| (struct: (a) leaf ([val : a])) | |
| (struct: (a) node ([left : (Tree a)] [right : (Tree a)])) | |
| (: tree-height (All (a) ((Tree a) -> Integer))) | |
| (define (tree-height t) | |
| (cond [(leaf? t) 1] | |
| [else (max (+ 1 (tree-height (node-left t))) | |
| (+ 1 (tree-height (node-right t))))])) |
I hereby claim:
To claim this, I am signing this object:
| - Cartesian # bounds: lens | |
| - HaRe # via: cabal-helper, ghc-mod, rosezipper | |
| - MASMGen # bounds: ghc, base | |
| - Michelangelo # bounds: lens # via: Wavefront | |
| - Spock-digestive # via: digestive-functors | |
| - TaxonomyTools # build failure | |
| - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 | |
| - agda-snippets # bounds: ghc, base | |
| - agda-snippets-hakyll # bounds: ghc, base | |
| - agentx # bounds: ghc, base |
| ;; (defproject clj-http-bug "0.1.0-SNAPSHOT" | |
| ;; :description "FIXME: write description" | |
| ;; :url "http://example.com/FIXME" | |
| ;; :license {:name "Eclipse Public License" | |
| ;; :url "http://www.eclipse.org/legal/epl-v10.html"} | |
| ;; :dependencies [[org.clojure/clojure "1.8.0"] | |
| ;; [clj-http "2.3.0"] | |
| ;; [http-kit "2.2.0"] | |
| ;; [ring/ring-jetty-adapter "1.5.1"]]) |
| ;; (defproject clj-http-bug "0.1.0-SNAPSHOT" | |
| ;; :description "FIXME: write description" | |
| ;; :url "http://example.com/FIXME" | |
| ;; :license {:name "Eclipse Public License" | |
| ;; :url "http://www.eclipse.org/legal/epl-v10.html"} | |
| ;; :dependencies [[org.clojure/clojure "1.8.0"] | |
| ;; [clj-http "2.3.0"] | |
| ;; [http-kit "2.2.0"] | |
| ;; [ring/ring-jetty-adapter "1.5.1"]]) |
| setup-info: | |
| ghc: | |
| linux32-nopie: | |
| 8.4.0.20180118: | |
| url: https://downloads.haskell.org/~ghc/8.4.1-alpha2/ghc-8.4.0.20180118-i386-deb8-linux.tar.xz | |
| sha256: be1a3b5de9f671199533d22f2810d9b62c6392b32b39833cd384a094566703c6 | |
| windows32: | |
| 8.4.0.20180118: | |
| url: https://downloads.haskell.org/~ghc/8.4.1-alpha2/ghc-8.4.0.20180118-i386-unknown-mingw32.tar.xz | |
| sha256: 3f4b9291ad35d89ca7b3561312a4329545aedceb5c4c8c5c4cf01550037376a1 |
| #!/usr/bin/env stack | |
| {- stack | |
| script | |
| --resolver lts-10.2 | |
| --package bytestring | |
| --package http-conduit | |
| -} | |
| -- usage: ./Main.hs | |
| -- modify the baseUrl and ghcDateVersion to taste |
| #!/usr/bin/env stack | |
| {- stack | |
| script | |
| --resolver lts-10.2 | |
| --package bytestring | |
| --package http-conduit | |
| -} | |
| -- usage: ./Main.hs | |
| -- modify the baseUrl and ghcDateVersion to taste |
| setup-info: | |
| ghc: | |
| macosx: | |
| 8.4.0.20180204: | |
| url: https://downloads.haskell.org/~ghc/8.4.1-alpha3/ghc-8.4.0.20180204-x86_64-apple-darwin.tar.xz | |
| sha256: 80d08f67a3c420a3048c52e8ec541cbe3bdc6372fa2d564bdd91ae7b470da854 | |
| linux64: | |
| 8.4.0.20180204: | |
| url: https://downloads.haskell.org/~ghc/8.4.1-alpha3/ghc-8.4.0.20180204-x86_64-unknown-linux.tar.xz | |
| sha256: 4526441619f96fe7f7452613fbdae9221d76d479ac2bd90192a1f4b91c68068b |
| #!/usr/bin/env stack | |
| {- stack | |
| script | |
| --resolver lts-10.2 | |
| --package bytestring | |
| --package http-conduit | |
| -} | |
| -- usage: ./Main.hs | |
| -- modify the baseUrl and ghcDateVersion to taste |