mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 22:02:07 +03:00
[ perf ] do not public export FromString
This commit is contained in:
parent
c2718684d8
commit
b87d7e3b62
@ -364,7 +364,7 @@ Pretty String where
|
||||
pretty str = let str' = if "\n" `isSuffixOf` str then dropLast 1 str else str in
|
||||
vsep $ map unsafeTextWithoutNewLines $ lines str'
|
||||
|
||||
public export
|
||||
export
|
||||
FromString (Doc ann) where
|
||||
fromString = pretty
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user