You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letprojectDesc="FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible."
43
42
44
43
let recgetPackageDesc=function
45
-
|"Text.StructuredFormat"-> projectDesc +"\r\n\r\nThis library provides data structures and functoins for pretty printers."
44
+
|"FSharpx.Text.StructuredFormat"-> projectDesc +"\r\n\r\nThis library provides data structures and functoins for pretty printers."
46
45
|_-> projectDesc +"\r\n\r\nIt currently implements:\r\n\r\n"+
47
46
"* Several standard monads: State, Reader, Writer, Either, Continuation, Distribution\r\n"+
0 commit comments