This file contains 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 Temp exposing (..) | |
import Html exposing (..) | |
import Html.App as App | |
import Html.Events exposing (..) | |
import List | |
import Json.Decode as Json | |
join : List String -> String | |
join list = (List.foldr (++) "" list) |
This file contains 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 Codec exposing (..) | |
import Json.Encode as Encode | |
type alias Listy = | |
{ a : List Int, b : Maybe String } | |
encodeListy : Listy -> Encode.Value |
This file contains 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 ChildAges exposing (..) | |
import Html exposing (..) | |
import Html.Attributes exposing (..) | |
import Html.Events exposing (onInput) | |
import Html.App | |
import String | |
import Array | |
This file contains 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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Programmer's Shift Keys</name> | |
<!-- | |
Author: Carwin Young (@carwin) | |
Edited by Simon Welker (@chipf0rk) | |
Last Updated: 2015-02-18 | |
v.1.2 | |