Support for Elm and Haskell dependencies
This commit is contained in:
parent
882dc7e4b2
commit
f38b026e6a
5 changed files with 169 additions and 0 deletions
21
tests/samples/codefiles/elm.elm
Normal file
21
tests/samples/codefiles/elm.elm
Normal file
|
@ -0,0 +1,21 @@
|
|||
module Index exposing (..) -- where
|
||||
|
||||
import Color exposing (Color, darkGrey)
|
||||
import Dict
|
||||
import TempFontAwesome as FA
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Markdown
|
||||
import String
|
||||
|
||||
|
||||
-- MAIN
|
||||
|
||||
|
||||
main =
|
||||
Html.programWithFlags
|
||||
{ init = init
|
||||
, view = view
|
||||
, update = update
|
||||
, subscriptions = subscriptions
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue