mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
Update linear.rst
Fix typo
This commit is contained in:
parent
c140605a0f
commit
565ede2406
@ -243,7 +243,7 @@ hard coded password and internal data:
|
||||
readSecret (MkStore str) = pure1 (str # MkStore str)
|
||||
|
||||
disconnect (MkStore _)
|
||||
= putStrLn "Door destroyed"
|
||||
= putStrLn "Disconnect"
|
||||
|
||||
Then we can run it in ``main``:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user