doc-src/IsarAdvanced/Codegen/Thy/examples/Example.hs
changeset 29297 62e0f892e525
parent 28421 05d202350b8d
child 29798 6df726203e39
equal deleted inserted replaced
29296:96cf8edb6249 29297:62e0f892e525
       
     1 {-# OPTIONS_GHC -fglasgow-exts #-}
       
     2 
     1 module Example where {
     3 module Example where {
     2 
     4 
     3 
     5 
     4 foldla :: forall a b. (a -> b -> a) -> a -> [b] -> a;
     6 foldla :: forall a b. (a -> b -> a) -> a -> [b] -> a;
     5 foldla f a [] = a;
     7 foldla f a [] = a;