📄 readme
字号:
EXAMPLE 1: TREESThis initial examples introduces the basic concepts of Memphis.Domain declarations introduce data types by listing alternativeways to construct hierarchical values values.Match statements allow the processing of these values by giving rules forthe alternatives. Rules are selected by matching a value against a posiblynested pattern.The example defines a data type Tree and function that traversesvalues of this type.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -