ubcc/src/Data/String/Ubc/Parse/FileScope.hs

8 lines
111 B
Haskell

module Data.String.Ubc.Parse.FileScope
( FileScope(..)
)
where
data FileScope = FileScope
{
}