Files
sml-projects/fcore/title/title-update.sml

7 lines
99 B
Standard ML
Raw Normal View History

structure TitleUpdate =
struct
open TitleType
fun update (titleState, input) = titleState
end