mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
refactored Fin so that the stemmed and the unstemmed versions share all code except StemFin. It is chosen by setting the path; a functor solution would be purer, but it feels like overkill.
This commit is contained in:
@@ -382,7 +382,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
10 => ukko_ -- the compound form, e.g. nais-
|
||||
} ;
|
||||
|
||||
Noun = {s : NForm => Str; h : Harmony; lock_N : {}} ;
|
||||
Noun = {s : NForm => Str; h : Harmony} ;
|
||||
|
||||
nForms2N : NForms -> Noun = \f ->
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user