mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 15:12:50 -06:00
cleaned up lib modules for better doc in synopsis
This commit is contained in:
@@ -235,9 +235,12 @@ oper
|
||||
-- (transitive verbs).
|
||||
|
||||
mkV2 = overload {
|
||||
mkV2 : Str -> V2 = \s -> dirV2 (regV s) ;
|
||||
mkV2 : V -> V2 = dirV2 ;
|
||||
mkV2 : V -> Prep -> V2 = mmkV2
|
||||
mkV2 : Str -> V2
|
||||
= \s -> dirV2 (regV s) ;
|
||||
mkV2 : V -> V2
|
||||
= dirV2 ;
|
||||
mkV2 : V -> Prep -> V2
|
||||
= mmkV2
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user