mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 21:22:50 -06:00
floats in GF and GFC (parsing user input still doesn't work)
This commit is contained in:
@@ -62,6 +62,7 @@ linearizeToRecord gr mk m = lin [] where
|
||||
A.AtC f -> lookf c t f >>= comp xs'
|
||||
A.AtL s -> return $ recS $ tK $ prt at
|
||||
A.AtI i -> return $ recS $ tK $ prt at
|
||||
A.AtF i -> return $ recS $ tK $ prt at
|
||||
A.AtV x -> lookCat c >>= comp [tK (prt_ at)]
|
||||
A.AtM m -> lookCat c >>= comp [tK (prt_ at)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user