X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FFromTree.lhs;h=4406b8ca9387fba0302baf5d88fa64d4101fad55;hb=6df648a7ec73e4acdfa9bfd77990e0a4b0fe51fd;hp=aca7ef6ab8970c9f96eb6d6fe93b1d4f7e788ec5;hpb=3c96b1336f651fa3689e975f4793b55c43591d21;p=wix.git diff --git a/src/FromTree.lhs b/src/FromTree.lhs index aca7ef6..4406b8c 100644 --- a/src/FromTree.lhs +++ b/src/FromTree.lhs @@ -1,7 +1,11 @@ \begin{code} +-- Copyright 2008 the Contributors, as shown in the revision logs. +-- Licensed under the Apache Public Source License 2.0 ("the License"). +-- You may not use this file except in compliance with the License. + module FromTree where -import SBP +import Edu_Berkeley_Sbp_Haskell_SBP class FromTree a where fromTree :: Tree -> a