aboutsummaryrefslogblamecommitdiffhomepage
path: root/example/src/Foo.purs
blob: a715be007a58af232cffdb3d676f431f54fad0c5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                
 

              
                             
 
         
 
         





                              
module Foo where

import Prelude

import qualified Foo.Bar as B

foo = "A"

bar = "B"

jaz = "D" ++ B.jar ++ B.jee

foreign import foot :: String

foreign import meter :: String