mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-12 03:20:12 -06:00
Fixed module names and imports after giant file move.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
module SkelGF where
|
||||
module GF.Source.SkelGF where
|
||||
|
||||
-- Haskell module generated by the BNF converter
|
||||
|
||||
import AbsGF
|
||||
import ErrM
|
||||
import GF.Source.AbsGF
|
||||
import GF.Data.ErrM
|
||||
type Result = Err String
|
||||
|
||||
failure :: Show a => a -> Result
|
||||
|
||||
Reference in New Issue
Block a user