mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
Merge pull request #657 from stock1218/master
Add help hint to Cryptol REPL
This commit is contained in:
commit
a08a85af63
@ -35,7 +35,8 @@ logo useColor mk =
|
||||
versionText = "version " ++ showVersion version ++ hashText
|
||||
ver = sgr [SetColor Foreground Dull White]
|
||||
++ replicate (lineLen - 20 - length versionText) ' '
|
||||
++ versionText
|
||||
++ versionText ++ "\n"
|
||||
++ "https://cryptol.net :? for help"
|
||||
ls = mk ver
|
||||
slen = length ls `div` 3
|
||||
(ws,rest) = splitAt slen ls
|
||||
|
Loading…
Reference in New Issue
Block a user