Skip to content

Commit

Permalink
touched up doc on flist.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgett, Gordon authored and Burgett, Gordon committed Apr 26, 2015
1 parent 03d4c55 commit 87e659b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.sublime-workspace
3 changes: 0 additions & 3 deletions flist/flist.go
@@ -1,6 +1,3 @@
// Package flist implements an immutable cons-list with some functional methods.
// The cons-list is a singly-linked list with immutable values. A cons-list
// can only be prepended to. In order to append the entire list must be rebuilt.
package flist

// A singly-linked list of queue nodes which is immutable. This provides built-in
Expand Down

0 comments on commit 87e659b

Please sign in to comment.