8 lines
111 B
Haskell
8 lines
111 B
Haskell
module Data.String.Ubc.Parse.FileScope
|
|
( FileScope(..)
|
|
)
|
|
where
|
|
|
|
data FileScope = FileScope
|
|
{
|
|
}
|