Navigation Menu

Skip to content

Commit

Permalink
comment out unused enums for now, seeing odd error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Sep 14, 2015
1 parent 8910314 commit e7bc221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Type/Location.pm6
@@ -1,9 +1,9 @@
use v6;

enum Location-Join-Symbol < . .. ^ >;
#enum Location-Join-Symbol '.', '..', '^';

# this could probably be made a trait on start/end
enum Location-Pos-Symbol < < > . ? ..>;
#enum Location-Pos-Symbol '<', '>', '.', '?', '..';
enum Location-Pos-Type < EXACT-POS BEFORE AFTER WITHIN-POS UNCERTAIN >;
enum Join-Type < EXACT IN-BETWEEN WITHIN >;
enum Split-Location-Type < JOIN ORDER BOND >;
Expand Down

0 comments on commit e7bc221

Please sign in to comment.