2 lines
64 B
Standard ML
2 lines
64 B
Standard ML
|
fun hello (): string =
|
||
|
raise Fail "'hello' is not implemented"
|