# HG changeset patch # User HackBot # Date 1479034475 0 # Node ID a44b13f12898df6cd4ccd9ddc5f81bf4d977bc05 # Parent 88c429465ee3cb9571e2463075f35a1cb5e0438c learn Q is a function Q : Vowel -> Phon that accepts a vowel V as its argument and yields [k] concatenated with the semivowel form of V diff -r 88c429465ee3 -r a44b13f12898 wisdom/q --- a/wisdom/q Sun Nov 13 10:53:24 2016 +0000 +++ b/wisdom/q Sun Nov 13 10:54:35 2016 +0000 @@ -1,1 +1,1 @@ -Q is a function from vowels to phoneme strings that converts a vowel to its semivowel equivalent and prepends a voiceless velar stop. +Q is a function Q : Vowel -> Phon that accepts a vowel V as its argument and yields [k] concatenated with the semivowel form of V