Skip to content

Commit

Permalink
Fix TakeLast
Browse files Browse the repository at this point in the history
  • Loading branch information
jm9e committed Jan 21, 2019
1 parent 3a4d35b commit 83c9e85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions slang/stream/TakeLast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ services:
out:
type: generic
generic: itemType
properties:
emptyValue:
type: generic
generic: itemType
operators:
Iterate:
operator: slang.control.Iterate
Expand All @@ -38,10 +34,14 @@ operators:
valueType:
type: generic
generic: itemType
properties:
emptyValue:
type: generic
generic: itemType
connections:
(:
- (Value
- items(Iterate
- (Value
Iterate)result:
- )
Iterate.iterator)item:
Expand Down
2 changes: 1 addition & 1 deletion slang/stream/TakeLast_visual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ geometry:
height: 1100
width: 1200
x: 238.33328
"y": 158.33333
"y": 155
instances:
Iterate:
- 1
Expand Down

0 comments on commit 83c9e85

Please sign in to comment.