# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fsharp # fsharp/Makefile # fsharp/distinfo # fsharp/pkg-descr # fsharp/pkg-plist # echo c - fsharp mkdir -p fsharp > /dev/null 2>&1 echo x - fsharp/Makefile sed 's/^X//' >fsharp/Makefile << '17399624e0ed005dbaf4c9c86f54904d' X# New ports collection makefile for: fsharp X# Date created: 2006 10 10 X# Whom: Phillip Neumann X# X# $FreeBSD$ X# X XPORTNAME= fsharp XPORTVERSION= 1.9.6.2 XCATEGORIES= lang XMASTER_SITES= http://download.microsoft.com/download/7/5/c/75c5ac35-9c13-4737-b363-3c930002259a/ XDISTFILES= fsharp.zip X XMAINTAINER= bsd-sharp@googlegroups.com XCOMMENT= An advanced .NET programming language X XBUILD_DEPENDS= mono>=2:${PORTSDIR}/lang/mono\ X ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus XRUN_DEPENDS= mono>=2:${PORTSDIR}/lang/mono\ X ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus X XPORTDIR= lib/${PORTNAME}-${PORTVERSION} XDOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} XDATADIR= share/${PORTNAME}-${PORTVERSION} X XPLIST_SUB= SUBDIR=${PORTDIR} DOCSDIR=${DOCSDIR} DATADIR=${DATADIR} X XWRKSRC= ${WRKDIR}/FSharp-${PORTVERSION} XUSE_ZIP= yes XRESTRICTED= Microsoft Research Shared Source License Agreement X XAOT= Build \ X Compiler.CodeDom Compiler.Interactive.Settings Compiler.Server.Shared Compiler \ X Core \ X LanguageService \ X PowerPack.Linq PowerPack.Math.Providers PowerPack.Plot.Excel PowerPack.Plot.Neutral \ X PowerPack.Plot.XCeed PowerPack.Plot PowerPack \ X ProjectSystem.Base ProjectSystem.FSharp ProjectSystem.PropertyPages \ X VS.FSI X XWRAPPERS= fsc fsi fslex fsyacc X Xpost-extract: X.for WRAPPER in ${WRAPPERS} X @(${ECHO} '#!${SH}' > ${WRKDIR}/${WRAPPER}) X @(${ECHO} '${LOCALBASE}/bin/mono ${PREFIX}/${PORTDIR}/bin/${WRAPPER}.exe $$*' >> ${WRKDIR}/${WRAPPER}) X.endfor X Xdo-build: X Xdo-install: X @ ${MKDIR} ${PREFIX}/${PORTDIR} ${PREFIX}/${PORTDIR}/bin ${PREFIX}/${PORTDIR}/setup ${PREFIX}/${DOCSDIR} X @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "bin setup" ${PREFIX}/${PORTDIR}/) X @ ${INSTALL_DATA} ${WRKSRC}/LICENSE-fsharp.txt ${PREFIX}/${DOCSDIR}/ X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/${DOCSDIR}/doc ${PREFIX}/${DOCSDIR}/manual X @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "doc manual" ${PREFIX}/${DOCSDIR}/) X @ ${INSTALL_DATA} ${WRKSRC}/README-fsharp.html ${PREFIX}/${DOCSDIR}/ X.endif X.if !defined(NOPORTDATA) X @ ${MKDIR} ${PREFIX}/${DATADIR} ${PREFIX}/${DATADIR}/lib ${PREFIX}/${DATADIR}/source X @ (cd ${WRKSRC} && ${COPYTREE_SHARE} "lib source" ${PREFIX}/${DATADIR}/) X.endif X.for WRAPPER in ${WRAPPERS} X @ ${INSTALL_SCRIPT} ${WRKDIR}/${WRAPPER} ${PREFIX}/bin/ X.endfor X.for ASM in ${AOT} X @ ${GACUTIL_INSTALL} ${PREFIX}/${PORTDIR}/bin/FSharp.${ASM}.dll X.endfor X X.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" X.include 17399624e0ed005dbaf4c9c86f54904d echo x - fsharp/distinfo sed 's/^X//' >fsharp/distinfo << 'bb42a39fa7c2c5c86f8d0c6ab550a62c' XMD5 (fsharp.zip) = b0f8f208a967d6f344d568928c270c8a XSHA256 (fsharp.zip) = c3b1a1a31b484b8758f5ef799acd44613ced3e417334decb45217fb2263021a3 XSIZE (fsharp.zip) = 14056489 bb42a39fa7c2c5c86f8d0c6ab550a62c echo x - fsharp/pkg-descr sed 's/^X//' >fsharp/pkg-descr << '8367c8b0cc611f6771ec55790ce86e32' XF# developed as a research programming language to provide the much Xsought-after combination of type safety, succinctness, performance, Xexpresivity and scripting, with all the advantages of running on a Xhigh-quality, well-supported modern runtime system. This combination has Xbeen so successful that the language is now being transitioned towards a Xfully supported language on the .NET platform. Some of the reasons for Xthis move are that F# gives you: X X * succinct, type-inferred functional programming, X * interactive scripting like Python and other languages, X * the foundations for an interactive data visualization environment, X * the combination of type inference and safety, like that of ML, X * a cross-compiling core shared with the popular OCaml language, X * a performance profile like that of C#, X * easy access to the entire range of powerful .NET libraries and X database tools, X * a foundational simplicity with similar roots to Scheme, X * the experience of a first-class team of language researchers with X a track record of delivering high-quality implementations, X * the speed of native code execution on the concurrent, portable, X and distributed .NET Framework. X XThe only language to provide a combination like this is F# (pronounced XFSharp) - a scripted/functional/imperative/object-oriented programming Xlanguage that is a fantastic basis for many practical programming tasks. X XF# was developed as a pragmatically-oriented variant of ML that shares a Xcore language with OCaml. Unlike other scripting languages it executes Xat or near the speed of C# and C++, making use of the performance that Xcomes through strong typing. Unlike many type-inferred, statically-typed Xlanguages it also supports many dynamic language techniques, such as Xproperty discovery and reflection where needed. F# includes extensions Xfor working across languages and for object-oriented programming, and it Xworks seamlessly with other .NET programming languages and tools. X XWWW: http://research.microsoft.com/fsharp/fsharp.aspx 8367c8b0cc611f6771ec55790ce86e32 echo x - fsharp/pkg-plist sed 's/^X//' >fsharp/pkg-plist << '29d2c90e56d863284c50e08f68ba36de' X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Build.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Compiler.CodeDom.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Compiler.Interactive.Settings.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Compiler.Server.Shared.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Compiler.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.Core.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.LanguageService.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Linq.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Math.Providers.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Excel.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Neutral.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Plot.XCeed.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.Plot.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.PowerPack.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.ProjectSystem.Base.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.ProjectSystem.FSharp.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.ProjectSystem.PropertyPages.dll X@unexec gacutil -us %D/%%SUBDIR%%/bin/FSharp.VS.FSI.dll Xbin/fsi Xbin/fsc Xbin/fslex Xbin/fsyacc X%%DOCSDIR%%/LICENSE-fsharp.txt X%%SUBDIR%%/bin/FSharp.Build.dll X%%SUBDIR%%/bin/FSharp.Compiler.CodeDom.dll X%%SUBDIR%%/bin/FSharp.Compiler.CodeDom.xml X%%SUBDIR%%/bin/FSharp.Compiler.Interactive.Settings.dll X%%SUBDIR%%/bin/FSharp.Compiler.Server.Shared.dll X%%SUBDIR%%/bin/FSharp.Compiler.dll X%%SUBDIR%%/bin/FSharp.Core.dll X%%SUBDIR%%/bin/FSharp.Core.pdb X%%SUBDIR%%/bin/FSharp.Core.xml X%%SUBDIR%%/bin/FSharp.LanguageService.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Linq.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Linq.pdb X%%SUBDIR%%/bin/FSharp.PowerPack.Linq.xml X%%SUBDIR%%/bin/FSharp.PowerPack.Math.Providers.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Excel.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Plot.Neutral.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Plot.XCeed.dll X%%SUBDIR%%/bin/FSharp.PowerPack.Plot.dll X%%SUBDIR%%/bin/FSharp.PowerPack.dll X%%SUBDIR%%/bin/FSharp.PowerPack.pdb X%%SUBDIR%%/bin/FSharp.PowerPack.targets X%%SUBDIR%%/bin/FSharp.PowerPack.xml X%%SUBDIR%%/bin/FSharp.ProjectSystem.Base.dll X%%SUBDIR%%/bin/FSharp.ProjectSystem.FSharp.dll X%%SUBDIR%%/bin/FSharp.ProjectSystem.PropertyPages.dll X%%SUBDIR%%/bin/FSharp.VS.FSI.dll X%%SUBDIR%%/bin/Microsoft.FSharp.targets X%%SUBDIR%%/bin/Microsoft.VC90.CRT.manifest X%%SUBDIR%%/bin/absilsuppc.dll X%%SUBDIR%%/bin/fsc.exe X%%SUBDIR%%/bin/fsi.exe X%%SUBDIR%%/bin/fslex.exe X%%SUBDIR%%/bin/fsyacc.exe X%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.dll X%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.pdb X%%SUBDIR%%/bin/gac/FSharp.Compiler.CodeDom.xml X%%SUBDIR%%/bin/gac/FSharp.Compiler.Server.Shared.dll X%%SUBDIR%%/bin/gac/FSharp.Compiler.dll X%%SUBDIR%%/bin/gac/FSharp.Core.dll X%%SUBDIR%%/bin/gac/FSharp.Core.pdb X%%SUBDIR%%/bin/gac/FSharp.Core.xml X%%SUBDIR%%/bin/gac/FSharp.LanguageService.dll X%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.dll X%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.pdb X%%SUBDIR%%/bin/gac/FSharp.PowerPack.Linq.xml X%%SUBDIR%%/bin/gac/FSharp.PowerPack.dll X%%SUBDIR%%/bin/gac/FSharp.PowerPack.pdb X%%SUBDIR%%/bin/gac/FSharp.PowerPack.xml X%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.Base.dll X%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.FSharp.dll X%%SUBDIR%%/bin/gac/FSharp.ProjectSystem.PropertyPages.dll X%%SUBDIR%%/bin/gac/FSharp.VS.FSI.dll X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Compiler.CodeDom.dll X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Compiler.CodeDom.dll.config X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Core.dll X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.Core.dll.config X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Linq.dll X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.Linq.dll.config X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.dll X%%SUBDIR%%/bin/gac/policy.1.9.FSharp.PowerPack.dll.config X%%SUBDIR%%/bin/msvcm90.dll X%%SUBDIR%%/bin/msvcp90.dll X%%SUBDIR%%/bin/msvcr90.dll X@dirrm %%SUBDIR%%/bin/gac X@dirrm %%SUBDIR%%/bin X%%SUBDIR%%/setup/cordir.exe X%%SUBDIR%%/setup/gac.exe X@dirrm %%SUBDIR%%/setup X%%PORTDOCS%%%%DOCSDIR%%/README-fsharp.html X%%PORTDOCS%%%%DOCSDIR%%/doc/README-samples.html X%%PORTDOCS%%%%DOCSDIR%%/doc/README-vfsi.html X%%PORTDOCS%%%%DOCSDIR%%/doc/core-style.css X%%PORTDOCS%%%%DOCSDIR%%/doc/groupStyle-copy.css X%%PORTDOCS%%%%DOCSDIR%%/doc/rmcstyle-copy.css X%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Array.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Array2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Array3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.ComparisonIdentity.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.HashIdentity.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.List.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Map.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.ResizeArray.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Seq.SequenceExpressionHelpers.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Seq.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Seq.type_CachedSeq-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.Set.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type_List-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type_Map-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type_ResizeArray-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type_Set-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type__list-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.CommonExtensions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.Event.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Async.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_AsyncBuilder.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_AsyncFuture-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_AsyncGroup.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_AsyncReplyChannel-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_DelegateEvent-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Event-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Event-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Handler-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_IDelegateEvent-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_IEvent-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_IEvent-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Lazy-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_MailboxProcessor-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type_Undefined.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Control.type__lazy-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.LanguagePrimitives.HashCompare.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.LanguagePrimitives.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.Checked.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.OptimizedFunctions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.OptimizedRanges.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.Unchecked.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Option.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.Pervasives.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.String.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_AssertionFailure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_DynamicInvocationNotSupported.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_Failure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_FuncConvert.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_IStructuralHash.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_MatchFailure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_Option-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type_Ref-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__array-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__bigint.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__bignum.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__bool.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__byref-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__byte.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__char.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__decimal-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__decimal.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__double.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__exn.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__float-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__float.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__float32-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__float32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__ilsigptr-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__int.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__int16.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__int32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__int64.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__int8.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__nativeint.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__nativeptr-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__obj.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__option-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__ref-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__sbyte.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__seq-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__single.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__string.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__uint16.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__uint32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__uint64.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__uint8.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__unativeint.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Core.type__unit.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Math.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Math.type_BigInt.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Math.type_BigNum.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Math.type_BigRational.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.NativeInterop.NativePtr.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.NativeInterop.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.DerivedPatterns.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.ExprShape.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.Patterns.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.type_Expr-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.type_Expr.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Quotations.type_Var.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Reflection.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Reflection.type_FSharpType.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Reflection.type_FSharpValue.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Reflection.type_UnionCaseInfo.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_BuilderFormat-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_BuilderFormat-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_StringFormat-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_StringFormat-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_TextWriterFormat-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.Printf.type_TextWriterFormat-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.Core/Microsoft.FSharp.Text.html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/FSharp.Core X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.Linq.Query.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.Linq.QuotationEvaluation.HelperTypes.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.Linq.QuotationEvaluation.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.Linq.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack.Linq/Microsoft.FSharp.type_FuncConvertExtensions.html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/FSharp.PowerPack.Linq X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Build.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Build.type_FsLex.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Build.type_FsYacc.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_HashMultiMap-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_HashMultiMap-3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_HashSet-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_HashSet-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_Map-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_Map-3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_Set-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.Tagged.type_Set-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.type_HashMultiMap-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Collections.type_HashSet-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Arg.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Arg.type_Bad.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Arg.type_Help.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Arg.type__argspec.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Arg.type__spec.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Array.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Array2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Byte.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Char.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Enum.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Float.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Float32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Int16.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Int32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Int64.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Lazy.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Lazy.type_Undefined.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Lazy.type__t-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.List.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Map.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Map.type_Provider-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Map.type_Provider-3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Map.type__t-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Big_int.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Big_int.type__big_int.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Buffer.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Buffer.type__t.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Filename.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Hashtbl.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Hashtbl.type_Provider-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Hashtbl.type_Provider-3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Hashtbl.type__t-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Lexing.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Lexing.type__lexbuf.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Lexing.type__position.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Num.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Num.type__num.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Obj.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Obj.type__t.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Parsing.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Parsing.type_Parse_error.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.InChannel.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.OutChannel.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.type_Failure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.type__exn.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.type__list-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.type__option-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.Pervasives.type__ref-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Assert_failure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Division_by_zero.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_End_of_file.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Exit.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Match_failure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Out_of_memory.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type_Stack_overflow.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__big_int.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__format-3.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__format4-4.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__fpclass.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__num.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__open_flag.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Printexc.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.Sys.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.OCaml.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Permutation.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.SByte.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Seq.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Set.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Set.type_Provider-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Set.type_Provider-2.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.Set.type__t-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.String.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.UInt16.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.UInt32.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.UInt64.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Compatibility.type__permutation.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Control.FileExtensions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Control.StreamReaderExtensions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Control.WebRequestExtensions.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Control.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Control.type_AsyncWorker-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Core.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Core.type__complex.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Core.type__matrix.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Core.type__rowvec.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Core.type__vector.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Complex.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.GlobalAssociations.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Instances.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Matrix.Generic.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Matrix.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Measure.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Notation.Generic.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Notation.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.PhysicalConstants.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.RowVector.Generic.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.RowVector.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_A.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Bq.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_C.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_F.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Gy.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_H.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Hz.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_J.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_K.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_N.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Pa.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_S.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Sv.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_T.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_V.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_W.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type_Wb.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__cd.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__kat.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__kg.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__lm.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__lx.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__m.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__mol.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__ohm.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.SI.type__s.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Vector.Generic.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.Vector.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_Complex.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_DenseMatrix-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_IFloating-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_IFractional-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_IIEEE-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_IIntegral-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_INormFloat-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_INumeric-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_Matrix-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_RowVector-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_SparseMatrix-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type_Vector-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type__complex.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type__matrix.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type__permutation.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type__rowvec.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Math.type__vector.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.Ref.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_CMatrix-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_FortranMatrix-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_NativeArray-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_NativeArray2-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_PinnedArray-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.NativeInterop.type_PinnedArray2-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Lexing.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Lexing.type_AsciiTables.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Lexing.type_LexBuffer-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Lexing.type_Position.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Lexing.type_UnicodeTables.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.ParseHelpers.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.type_Accept.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.type_IParseState.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.type_ParseErrorContext-1.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.type_RecoverableParseError.html X%%PORTDOCS%%%%DOCSDIR%%/manual/FSharp.PowerPack/Microsoft.FSharp.Text.Parsing.type_Tables-1.html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/FSharp.PowerPack X%%PORTDOCS%%%%DOCSDIR%%/manual/msdn.css X%%PORTDOCS%%%%DOCSDIR%%/manual/namespaces.html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual X@dirrm %%DOCSDIR%% X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array2.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array2.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array3.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/array3.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/collections.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/collections.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/control.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/control.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/event.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/event.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/fslib-extra-pervasives.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/fslib-extra-pervasives.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/list.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/list.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/local.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/local.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/map.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/map.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/n.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/n.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/q.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/q.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/z.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/math/z.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/nativeptr.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/nativeptr.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/option.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/option.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/prim-types.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/prim-types.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/printf.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/printf.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/quotations.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/quotations.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/reflect.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/reflect.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/resizearray.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/resizearray.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/seq.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/seq.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/set.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/set.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/sformat.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/sformat.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/slayout.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/slayout.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/string.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.Core/string.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/lib/FSharp.Core/math X%%PORTDATA%%@dirrm %%DATADIR%%/lib/FSharp.Core X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/Assembly.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/FuncConvertExtensions.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/FuncConvertExtensions.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/Linq.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/Linq.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/LinqQueries.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack.Linq/LinqQueries.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/lib/FSharp.PowerPack.Linq X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/AsyncOperations.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/AsyncOperations.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/AsyncWorker.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/AsyncWorker.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.List.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.List.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.String.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.String.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Compat.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/FSLex.Build.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/FSLex.Build.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/FSYacc.Build.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/FSYacc.Build.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/HashMultiMap.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/HashMultiMap.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/HashSet.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/HashSet.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/Measure.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/NativeArray.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/NativeArray.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/PhysicalConstants.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/PowerPack.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/SI.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/SharedMemory.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/SharedMemory.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/TaggedCollections.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/TaggedCollections.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/TaggedHash.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/TaggedHash.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/arg.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/arg.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/big_int.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/big_int.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/buffer.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/buffer.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/byte.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/byte.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/bytearray.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/bytearray.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/char.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/char.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/enum.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/enum.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/filename.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/filename.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/float.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/float.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/float32.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/float32.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/hashtbl.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/hashtbl.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/int16.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/int32.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/int32.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/int64.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/int64.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lazy.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lazy.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lazylist.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lazylist.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lexing.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/lexing.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/map.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/map.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/INumeric.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/INumeric.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/associations.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/associations.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/complex.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/complex.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/lalgebra.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/lalgebra.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/matrix.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/matrix.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/notation.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/math/notation.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/num.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/num.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/obj.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/obj.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/parsing.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/parsing.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/permutation.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/permutation.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/pervasives.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/pervasives.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/prim-lexing.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/prim-lexing.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/prim-parsing.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/prim-parsing.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/printexc.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/printexc.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/roarray.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/roarray.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/sbyte.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/set.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/set.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/sys.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/sys.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/uint16.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/uint32.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/uint32.fsi X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/uint64.fs X%%PORTDATA%%%%DATADIR%%/lib/FSharp.PowerPack/uint64.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/lib/FSharp.PowerPack/math X%%PORTDATA%%@dirrm %%DATADIR%%/lib/FSharp.PowerPack X%%PORTDATA%%@dirrm %%DATADIR%%/lib X%%PORTDATA%%%%DATADIR%%/source/FSharpTeam.Native.Settings.targets X%%PORTDATA%%%%DATADIR%%/source/FSharpTeam.Native.targets X%%PORTDATA%%%%DATADIR%%/source/FSharpTeam.Settings.targets X%%PORTDATA%%%%DATADIR%%/source/FSharpTeam.targets X%%PORTDATA%%%%DATADIR%%/source/absil/absil.pubkey X%%PORTDATA%%%%DATADIR%%/source/absil/absilc/absilc.nativeproj X%%PORTDATA%%%%DATADIR%%/source/absil/bytes.ml X%%PORTDATA%%%%DATADIR%%/source/absil/bytes.mli X%%PORTDATA%%%%DATADIR%%/source/absil/common.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/common.h X%%PORTDATA%%%%DATADIR%%/source/absil/cordefs.h X%%PORTDATA%%%%DATADIR%%/source/absil/getcor.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/getcor.h X%%PORTDATA%%%%DATADIR%%/source/absil/il.ml X%%PORTDATA%%%%DATADIR%%/source/absil/il.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilascii.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilascii.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilbinary.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilbinary.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ildiag.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ildiag.mli X%%PORTDATA%%%%DATADIR%%/source/absil/illex.mll X%%PORTDATA%%%%DATADIR%%/source/absil/illib.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilmorph.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilmorph.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilpars.mly X%%PORTDATA%%%%DATADIR%%/source/absil/ilprint.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilprint.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilread.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilread.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilreflect.fs X%%PORTDATA%%%%DATADIR%%/source/absil/ilsupp.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilsupp.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilwrite.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilwrite.mli X%%PORTDATA%%%%DATADIR%%/source/absil/ilx.ml X%%PORTDATA%%%%DATADIR%%/source/absil/ilx.mli X%%PORTDATA%%%%DATADIR%%/source/absil/readpdb.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/reslink.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/sign.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/writepdb.cpp X%%PORTDATA%%%%DATADIR%%/source/absil/zmap.ml X%%PORTDATA%%%%DATADIR%%/source/absil/zmap.mli X%%PORTDATA%%%%DATADIR%%/source/absil/zset.ml X%%PORTDATA%%%%DATADIR%%/source/absil/zset.mli X%%PORTDATA%%@dirrm %%DATADIR%%/source/absil/absilc X%%PORTDATA%%@dirrm %%DATADIR%%/source/absil X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Build.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Compiler.CodeDom.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Compiler.Server.Shared.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Compiler.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.Core.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.PowerPack.Linq.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.FSharp.PowerPack.dll.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.fsi.exe.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.fslex.exe.fs X%%PORTDATA%%%%DATADIR%%/source/assemblyinfo/assemblyinfo.fsyacc.exe.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/assemblyinfo X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Build-proto X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Build/FSharp.Build.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Build/Fsc.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Build/Fsc.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Build X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Compiler-proto X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/Fsharp.Compiler.CodeDom.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/codedomvisitor.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/codeprovider.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/codeprovider.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/compiler.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom/generator.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Compiler.CodeDom X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler/illex.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler/ilpars.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler/lex.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Compiler/pars.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Compiler X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/FSharp.Core.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array2.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array2.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array3.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/array3.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/collections.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/collections.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/control.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/control.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/event.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/event.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/fslib-extra-pervasives.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/fslib-extra-pervasives.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/list.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/list.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/local.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/local.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/map.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/map.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/n.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/n.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/q.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/q.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/z.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/math/z.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/nativeptr.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/nativeptr.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/option.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/option.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/prim-types.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/prim-types.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/printf.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/printf.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/quotations.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/quotations.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/reflect.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/reflect.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/resizearray.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/resizearray.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/seq.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/seq.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/set.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/set.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/sformat.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/sformat.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/slayout.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/slayout.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/string.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.Core/string.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Core/math X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.Core X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/Assembly.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/FSharp.PowerPack.Linq.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/FuncConvertExtensions.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/FuncConvertExtensions.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/Linq.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/Linq.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/LinqQueries.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq/LinqQueries.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.PowerPack.Linq X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/AsyncOperations.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/AsyncOperations.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/AsyncWorker.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/AsyncWorker.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.List.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.List.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.String.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.String.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Compat.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/FSLex.Build.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/FSLex.Build.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/FSYacc.Build.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/FSYacc.Build.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/FSharp.PowerPack.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/HashMultiMap.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/HashMultiMap.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/HashSet.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/HashSet.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/Measure.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/NativeArray.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/NativeArray.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/PhysicalConstants.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/PowerPack.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/SI.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/SharedMemory.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/SharedMemory.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/TaggedCollections.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/TaggedCollections.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/TaggedHash.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/TaggedHash.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/arg.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/arg.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/big_int.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/big_int.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/buffer.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/buffer.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/byte.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/byte.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/bytearray.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/bytearray.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/char.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/char.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/enum.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/enum.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/filename.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/filename.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/float.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/float.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/float32.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/float32.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/hashtbl.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/hashtbl.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/int16.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/int32.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/int32.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/int64.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/int64.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lazy.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lazy.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lazylist.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lazylist.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lexing.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/lexing.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/map.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/map.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/INumeric.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/INumeric.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/associations.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/associations.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/complex.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/complex.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lalgebra.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lalgebra.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_base.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_service.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_service_mkl.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_service_mkl.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_service_netlib.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/lapack_service_netlib.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/linear_algebra.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/linear_algebra.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/linear_algebra_managed.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/linear_algebra_service.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/service.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack/service.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/matrix.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/matrix.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/notation.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/math/notation.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/num.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/num.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/obj.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/obj.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/parsing.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/parsing.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/permutation.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/permutation.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/pervasives.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/pervasives.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/prim-lexing.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/prim-lexing.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/prim-parsing.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/prim-parsing.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/printexc.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/printexc.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/roarray.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/roarray.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/sbyte.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/set.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/set.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/sys.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/sys.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/uint16.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/uint32.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/uint32.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/uint64.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/FSharp.PowerPack/uint64.fsi X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.PowerPack/math/lapack X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.PowerPack/math X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/FSharp.PowerPack X%%PORTDATA%%%%DATADIR%%/source/fsharp/Fsc-proto/Fsc-proto.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/Fsc-proto X%%PORTDATA%%%%DATADIR%%/source/fsharp/Fsc/Fsc.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/Fsc X%%PORTDATA%%%%DATADIR%%/source/fsharp/InternalCollections.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/InternalCollections.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/InternalUtils.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/PrettyNaming.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/ReferenceResolution.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/TraceCall.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/ast.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/augment.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/augment.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/build.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/build.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/ccuthunk.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/charting/excel.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/charting/plot.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/check.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/creflect.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/creflect.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/csolve.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/csolve.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/detuple.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/detuple.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/env.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/formats.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/formats.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/fs.pubkey X%%PORTDATA%%%%DATADIR%%/source/fsharp/fscopts.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/fscopts.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsi/console.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsi/fsi.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsiattrs.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsiaux.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsiaux.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/fsiserver/fsiserver.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/fsiserver X%%PORTDATA%%%%DATADIR%%/source/fsharp/ilxgen.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/ilxgen.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/import.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/import.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/infos.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/layout.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/layout.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/lex.mll X%%PORTDATA%%%%DATADIR%%/source/fsharp/lexfilter.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/lexhelp.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/lexhelp.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/lib.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/lowertop.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/nameres.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/nameres.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/opt.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/opt.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/outcome.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/outcome.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/pars.mly X%%PORTDATA%%%%DATADIR%%/source/fsharp/patcompile.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/patcompile.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/pickle.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/pickle.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/range.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/range.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/sreflect.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/sreflect.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/tast.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/tastops.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/tastops.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/tc.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/tc.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/tlr.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/tlr.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/typrelns.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/unilex.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/unilex.mli X%%PORTDATA%%%%DATADIR%%/source/fsharp/unsolved.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/vs/IncrementalBuild.fs X%%PORTDATA%%%%DATADIR%%/source/fsharp/vs/IncrementalBuild.fsi X%%PORTDATA%%%%DATADIR%%/source/fsharp/vs/service.ml X%%PORTDATA%%%%DATADIR%%/source/fsharp/vs/service.mli X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/charting X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp/vs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsharp X%%PORTDATA%%%%DATADIR%%/source/fslex/FsLex-proto/FsLex-proto.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fslex/FsLex-proto X%%PORTDATA%%%%DATADIR%%/source/fslex/FsLex/FsLex.fsproj X%%PORTDATA%%%%DATADIR%%/source/fslex/FsLex/fslexlex.fs X%%PORTDATA%%%%DATADIR%%/source/fslex/FsLex/fslexpars.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fslex/FsLex X%%PORTDATA%%%%DATADIR%%/source/fslex/fslex.ml X%%PORTDATA%%%%DATADIR%%/source/fslex/fslexast.ml X%%PORTDATA%%%%DATADIR%%/source/fslex/fslexlex.mll X%%PORTDATA%%%%DATADIR%%/source/fslex/fslexpars.mly X%%PORTDATA%%@dirrm %%DATADIR%%/source/fslex X%%PORTDATA%%%%DATADIR%%/source/fsyacc/FsYacc-proto/FsYacc-proto.fsproj X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsyacc/FsYacc-proto X%%PORTDATA%%%%DATADIR%%/source/fsyacc/FsYacc/FsYacc.fsproj X%%PORTDATA%%%%DATADIR%%/source/fsyacc/FsYacc/fsyacclex.fs X%%PORTDATA%%%%DATADIR%%/source/fsyacc/FsYacc/fsyaccpars.fs X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsyacc/FsYacc X%%PORTDATA%%%%DATADIR%%/source/fsyacc/fsyacc.ml X%%PORTDATA%%%%DATADIR%%/source/fsyacc/fsyaccast.ml X%%PORTDATA%%%%DATADIR%%/source/fsyacc/fsyacclex.mll X%%PORTDATA%%%%DATADIR%%/source/fsyacc/fsyaccpars.mly X%%PORTDATA%%@dirrm %%DATADIR%%/source/fsyacc X%%PORTDATA%%%%DATADIR%%/source/ilx/cu_erase.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/ilxconfig.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/ilxerase.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/ilxsettings.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/msilxlib.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/pubclo.ml X%%PORTDATA%%%%DATADIR%%/source/ilx/pubclo.mli X%%PORTDATA%%@dirrm %%DATADIR%%/source/ilx X%%PORTDATA%%%%DATADIR%%/source/version X%%PORTDATA%%@dirrm %%DATADIR%%/source X%%PORTDATA%%@dirrm %%DATADIR%% X@dirrm %%SUBDIR%% 29d2c90e56d863284c50e08f68ba36de exit