7 lines
99 B
Standard ML
7 lines
99 B
Standard ML
structure TitleUpdate =
|
|
struct
|
|
open TitleType
|
|
|
|
fun update (titleState, input) = titleState
|
|
end
|