X-Git-Url: http://git.megacz.com/?p=wix.git;a=blobdiff_plain;f=src%2FFromTree.lhs;h=4406b8ca9387fba0302baf5d88fa64d4101fad55;hp=9b7066e54237c37b40d73b90b92980d1e355cdac;hb=7e4ff0231500f70834bc9c65c83d7068254eee55;hpb=0c91eca8f33ec53c701be60ba6d11461153466a8 diff --git a/src/FromTree.lhs b/src/FromTree.lhs index 9b7066e..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 Edu.Berkeley.Sbp.Haskell.SBP +import Edu_Berkeley_Sbp_Haskell_SBP class FromTree a where fromTree :: Tree -> a