forked from GitHub/gf-core
redesign the open-literals API
This commit is contained in:
@@ -40,8 +40,7 @@ type Skeleton = [(CId, [(CId, [CId])])]
|
||||
|
||||
pgfSkeleton :: PGF -> Skeleton
|
||||
pgfSkeleton pgf = [(c,[(f,fst (catSkeleton (lookType pgf f))) | f <- fs])
|
||||
| (c,(_,fs)) <- Map.toList (cats (abstract pgf)),
|
||||
not (isLiteralCat c)]
|
||||
| (c,(_,fs)) <- Map.toList (cats (abstract pgf))]
|
||||
|
||||
--
|
||||
-- * Questions to ask
|
||||
|
||||
Reference in New Issue
Block a user