Remove unused import

This commit is contained in:
Jeroen Engels 2017-01-21 13:39:33 +01:00
parent 65ed24f942
commit 73a82c63c2

View File

@ -2,7 +2,6 @@ module Main exposing (main)
import Result
import Ast
import Ast as L
import Ast.Expression exposing (..)
import Ast.Statement exposing (..)
import Html exposing (Html, p, div, li, ul, pre, textarea, text)