doc-src/Codegen/Thy/examples/Example.hs
changeset 41185 d5f0e556ffd3
parent 39210 985b13c5a61d
child 44970 52f809bc5402
equal deleted inserted replaced
41184:5c6f44d22f51 41185:d5f0e556ffd3
     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