<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CAPS Core on FsFlow</title>
    <link>https://adz.github.io/FsFlow/reference/caps-core/</link>
    <description>Recent content in CAPS Core on FsFlow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://adz.github.io/FsFlow/reference/caps-core/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariableErrors.describe</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariableerrors-describe/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariableerrors-describe/</guid>
      <description>&lt;p&gt;Formats a human-readable description for an error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariableError</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/t-core-environmentvariableerror/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/t-core-environmentvariableerror/</guid>
      <description>&lt;p&gt;Describes a meaningful environment-variable failure.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariables.fromPairs</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariables-frompairs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariables-frompairs/</guid>
      <description>&lt;p&gt;Creates a deterministic provider from a fixed set of name/value pairs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Clock.fromValue</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-clock-fromvalue/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-clock-fromvalue/</guid>
      <description>&lt;p&gt;Creates a deterministic clock that always returns the supplied instant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Guid.fromValue</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-guid-fromvalue/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-guid-fromvalue/</guid>
      <description>&lt;p&gt;Creates a deterministic GUID generator that always returns the supplied value.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Random.fromValue</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-random-fromvalue/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-random-fromvalue/</guid>
      <description>&lt;p&gt;Creates a deterministic random generator that always returns the supplied value.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariable.get</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-get/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-get/</guid>
      <description>&lt;p&gt;Reads a raw string environment variable from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariable.getBool</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getbool/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getbool/</guid>
      <description>&lt;p&gt;Reads a boolean environment variable from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariable.getGuid</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getguid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getguid/</guid>
      <description>&lt;p&gt;Reads a GUID environment variable from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariable.getInt</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getint/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-getint/</guid>
      <description>&lt;p&gt;Reads an integer environment variable from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.IClock</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/t-core-iclock/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/t-core-iclock/</guid>
      <description>&lt;p&gt;Provides synchronous access to the current UTC clock.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.IEnvironmentVariables</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/t-core-ienvironmentvariables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/t-core-ienvironmentvariables/</guid>
      <description>&lt;p&gt;Provides synchronous environment-variable lookup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.IGuid</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/t-core-iguid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/t-core-iguid/</guid>
      <description>&lt;p&gt;Provides synchronous GUID generation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.IRandom</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/t-core-irandom/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/t-core-irandom/</guid>
      <description>&lt;p&gt;Provides synchronous random-number generation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Clock.live</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/p-core-clock-live/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/p-core-clock-live/</guid>
      <description>&lt;p&gt;Creates a live clock backed by &lt;code&gt;UtcNow&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariables.live</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/p-core-environmentvariables-live/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/p-core-environmentvariables-live/</guid>
      <description>&lt;p&gt;Creates a live provider backed by the current process environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Guid.live</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/p-core-guid-live/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/p-core-guid-live/</guid>
      <description>&lt;p&gt;Creates a live GUID generator backed by &lt;code&gt;NewGuid&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Random.live</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/p-core-random-live/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/p-core-random-live/</guid>
      <description>&lt;p&gt;Creates a live random-number generator backed by &lt;code&gt;Random&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Guid.newGuid</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-guid-newguid/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-guid-newguid/</guid>
      <description>&lt;p&gt;Reads a GUID from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Random.nextInt</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-random-nextint/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-random-nextint/</guid>
      <description>&lt;p&gt;Reads a random integer from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.Clock.now</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-clock-now/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-clock-now/</guid>
      <description>&lt;p&gt;Reads the current UTC timestamp from the environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariable.tryGet</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-tryget/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariable-tryget/</guid>
      <description>&lt;p&gt;Reads a raw string environment variable without wrapping it in a result.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FsFlow.Caps.Core.EnvironmentVariables.tryGet</title>
      <link>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariables-tryget/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://adz.github.io/FsFlow/reference/caps-core/m-core-environmentvariables-tryget/</guid>
      <description>&lt;p&gt;Reads a raw environment-variable value from the environment.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
