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 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) |
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
| // | |
| // AppDelegate.swift | |
| // Namespaced | |
| // | |
| // Created by Mika Jauhonen on 2014-09-18. | |
| // Copyright (c) 2014 Mika Jauhonen. All rights reserved. | |
| // | |
| import UIKit |