A Pen by Ulric Wilfred on CodePen.
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
| module ExceptT2 where | |
| import Control.Monad.Trans.Maybe | |
| import Data.Char (isNumber, isPunctuation) | |
| import Control.Monad (guard) | |
| import Control.Monad.Trans.Except | |
| import Control.Monad.IO.Class (liftIO) | |
| import Data.Foldable (msum) | |
| import Data.Char (isNumber, isPunctuation) |
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
| module Main where | |
| import Data.Array ((..), reverse) | |
| import Data.Int (toNumber) | |
| import Flare (UI, radioGroup) | |
| import Flare.Drawing (runFlareDrawing) | |
| import Graphics.Drawing | |
| import Graphics.Drawing.Font (font, sansSerif, bold) | |
| import Math (cos, sin, pi) | |
| import Prelude |
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
| node_modules | |
| elm-stuff |
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
| module Main where | |
| import Prelude | |
| import Data.Maybe | |
| import Control.Monad.Eff | |
| import Graphics.Canvas as C | |
| import Signal as S | |
| import Signal.DOM as S |
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
| import List | |
| type alias Foo = List Int | |
| bar : Foo | |
| bar = [ 2, 3, 4 ] | |
| bar | |
| type alias Test = { |
- Code Outline by Patryk Zawadzki
- Dark++ Theme by DryWolf
- Docker by Microsoft
- DrRacket Syntax by Dmytro Bogatov
- Easy icon theme by James Maguire
- Elm by Elm
- elm-format bt abadi199 (no more?)
- Haskell Syntax Highlighting by Justus Adam
- Haskell Language Server by Alan Zimmerman
- Haskell GHCi Debug Adapter by phoityne
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
| module UtilsTest exposing (suite) | |
| import Test exposing (..) | |
| import Expect | |
| import Utils exposing (..) | |
| suite : Test | |
| suite = | |
| describe "utils" |
I hereby claim:
- I am shamansir on github.
- I am shamansir (https://keybase.io/shamansir) on keybase.
- I have a public key ASDUvR7HXGuPndquA2braPJg0drzlxd0OQ4voBA8A8Q-bAo
To claim this, I am signing this object:
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
| autoload -U colors && colors | |
| autoload -Uz vcs_info | |
| zstyle ':vcs_info:*' stagedstr '%F{green}•' | |
| zstyle ':vcs_info:*' unstagedstr '%F{yellow}•' | |
| zstyle ':vcs_info:*' check-for-changes true | |
| zstyle ':vcs_info:*' enable git svn | |
| theme_precmd () { | |
| if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] { |