/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/fsharp/issue1480.test
36 строк
837 B
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
let foo' = failWith "foo" let bar' = failWith "bar" let map (f: 'a -> 'b) (xs: 'a list): 'b list = failWith "not implemented" ---------------------------------------------------- [ ["keyword", "let"], " foo' ", ["operator", "="], " failWith ", ["string", "\"foo\""], ["keyword", "let"], " bar' ", ["operator", "="], " failWith ", ["string", "\"bar\""], ["keyword", "let"], " map ", ["punctuation", "("], "f", ["punctuation", ":"], " 'a ", ["operator", "->"], " 'b", ["punctuation", ")"], ["punctuation", "("], "xs", ["punctuation", ":"], " 'a list", ["punctuation", ")"], ["punctuation", ":"], " 'b list ", ["operator", "="], " failWith ", ["string", "\"not implemented\""] ] ---------------------------------------------------- Checks for apostrophes in names. See #1480.