doc-src/Codegen/Thy/examples/Example.hs
changeset 41187 b0b975e197b5
parent 41185 d5f0e556ffd3
child 44970 52f809bc5402
equal deleted inserted replaced
41183:e20f0d0e2af3 41187:b0b975e197b5
     1 {-# OPTIONS_GHC -fglasgow-exts #-}
     1 {-# LANGUAGE ScopedTypeVariables #-}
     2 
     2 
     3 module Example where {
     3 module Example where {
     4 
     4 
     5 data Queue a = AQueue [a] [a];
     5 data Queue a = AQueue [a] [a];
     6 
     6