Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickasaurus committed Aug 11, 2015
1 parent c7acf1f commit 5c3b19e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tools/FSharp.Formatting.svclog

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Barb/Interface.fs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ module CompilerParts =
| Some (typedRes) -> typedRes
| None -> result

/// The functions and classes you use to make a Barb function
module Compiler =
open CompilerParts

Expand Down
1 change: 1 addition & 0 deletions src/Barb/Lib.fs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module internal LibInternals =

open System.Collections

/// Library functions callable in Barb
module Lib =
/// Finds the union of two IEnumerables
let union (t1: IEnumerable) (t2: IEnumerable) = Seq.append (t1 |> Seq.cast<obj>) (t2 |> Seq.cast<obj>) |> Seq.toArray
Expand Down
3 changes: 2 additions & 1 deletion src/Barb/Representation.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Barb.Representation
/// Internal representation bits.
module Barb.Representation

open System
open System.Collections.Generic
Expand Down

0 comments on commit 5c3b19e

Please sign in to comment.