Let's look at an example:
function* teammate(name) {
console.log(`Hi! I'm ${name} and I'm your teammate.`)
const num = yield "I need a number!"
const num2 = yield "I need another number!"
console.log("Ok, here's my work.")| /* This class is used to create the /topic/projectfeedback page, | |
| * which shows expandable lists of feedback requests that need answering. | |
| */ | |
| var ProjectFeedbackPage = React.createClass({ | |
| propTypes: { | |
| topic: React.PropTypes.string.isRequired | |
| }, | |
| render: function() { | |
| var helpCollection = new DiscussionItemCollection([], { | |
| topic: this.props.topic, |
This is a local copy of the commands from:
This guide serves as a reference of collected information necessary for strict management of PGP keys. This includes keeping a master key that always remains
| {-# LANGUAGE GADTs #-} | |
| {-# LANGUAGE TypeFamilies #-} | |
| {-# LANGUAGE TypeOperators #-} | |
| {-# LANGUAGE RankNTypes #-} | |
| {-# LANGUAGE ScopedTypeVariables #-} | |
| {-# LANGUAGE DataKinds #-} | |
| {-# LANGUAGE InstanceSigs #-} | |
| {-# OPTIONS_GHC -Wall -fwarn-incomplete-uni-patterns #-} | |
| module AS2 where |