[ perf ] do not public export FromString

This commit is contained in:
Guillaume Allais 2022-03-07 12:18:39 +00:00 committed by G. Allais
parent c2718684d8
commit b87d7e3b62

View File

@ -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