Skip to content

Instantly share code, notes, and snippets.

module NoFunctionEquality exposing (rule)
import Dict exposing (Dict)
import Elm.Syntax.Declaration as Declaration exposing (Declaration)
import Elm.Syntax.Expression as Expression exposing (Expression)
import Elm.Syntax.Module as Module exposing (Module)
import Elm.Syntax.ModuleName exposing (ModuleName)
import Elm.Syntax.Node as Node exposing (Node(..))
import Elm.Syntax.Range exposing (Range)
import Review.Rule as Rule exposing (Direction, Error, ModuleKey, Rule)
@mikaxyz
mikaxyz / Hashchange.html
Created March 30, 2017 19:50
Hashchange/click event problem in Chrome Mac
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Hashchange</title>
</head>
<body>
<a id="bck">Back</a> -
<a id="fwd">Forward</a>
<script>
@mikaxyz
mikaxyz / AppDelegate.swift
Last active December 30, 2015 11:34
Namespaced classes in swift
//
// AppDelegate.swift
// Namespaced
//
// Created by Mika Jauhonen on 2014-09-18.
// Copyright (c) 2014 Mika Jauhonen. All rights reserved.
//
import UIKit